代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/414255/11123027
c statement.c
#include "error.h"
#include "io.h"
#include "salloc.h"
#include "statement.h"
#include
Statement *new_assignment_statement(Expression *lvalue, Expression *rvalue)
{
Statement *stat =
www.eeworm.com/read/414255/11123108
o statement.o
www.eeworm.com/read/414255/11123111
d statement.d
statement.o: statement.c error.h bool.h token.h io.h list.h salloc.h \
statement.h expression.h scope.h declaration.h type.h
www.eeworm.com/read/414255/11123207
h statement.h
#ifndef STATEMENT_H
#define STATEMENT_H
typedef struct statement Statement;
#include "bool.h"
#include "expression.h"
#include "list.h"
#include "scope.h"
#include "token.h"
typedef enum
{
ass
www.eeworm.com/read/106708/15626163
class statement.class
www.eeworm.com/read/105271/15673017
h statement.h
/* statement.h
Definitions for executable statements... */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* P
www.eeworm.com/read/104479/15691137
java statement.java
/*
* @(#)Statement.java 1.12 98/04/24
*
* Copyright 1996-1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software i