Searched refs:statement (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libexpr/
H A Dexlib.h70 Exnode_t* statement; /* statement to apply */ \
H A Dexparse.y125 %type <expr> statement statement_list arg_list
223 | statement_list statement
247 statement : '{' statement_list '}' label
260 | IF '(' expr ')' statement else_opt
268 | FOR '(' variable ')' statement
279 $$->data.generate.statement = $5;
281 | FOR '(' expr_opt ';' expr_opt ';' expr_opt ')' statement
296 | WHILE '(' expr ')' statement
523 | ELSE statement
687 exerror("if statement strin
[all...]
H A Dexcc.c274 gen(cc, expr->data.generate.statement);
295 y = x->data.select.statement;
302 y = x->data.select.statement;
333 gen(cc, x->data.select.statement);
H A Dexpr.h169 Exnode_t* statement; /* case label statement(s) */ member in struct:Exdata_u::__anon355
H A Dexeval.c667 a = x->data.select.statement;
697 if (!x->data.select.statement)
702 r = eval(ex, x->data.select.statement, env);
729 eval(ex, expr->data.generate.statement, env);
743 eval(ex, expr->data.generate.statement, env);
H A Dexgram.h103 if (x->data.generate.statement)
104 exfreenode(p, x->data.generate.statement);
H A DOexparse.c639 "statement_list : statement_list statement",
640 "statement : '{' statement_list '}'",
641 "statement : expr_opt ';'",
644 "statement : static $$2 DECLARE $$3 dcl_list ';'",
645 "statement : IF '(' expr ')' statement else_opt",
646 "statement : FOR '(' variable ')' statement",
647 "statement : FOR '(' expr_opt ';' expr_opt ';' expr_opt ')' statement",
[all...]
/ast/src/cmd/tw/
H A Dfind.c1105 error(2, "incomplete statement");
1258 error(2, "incomplete statement");
/ast/src/cmd/nmake/
H A DMakefile53 prereq quoting recurse scan shell state statement syntax view
H A Dparse.c43 #define OP_ASSERT (1<<0) /* assertion statement */
44 #define OP_ASSIGN (1<<1) /* assignment statement */
46 #define OP_STATEMENT ((1<<3)-1) /* statement type mask */
1514 * makefile statement parser
1516 * the statement grammar is
1536 * the statement operator flags OP_* are returned
1540 statement(Sfio_t* sp, char** lhs, Rule_t** opr, char** rhs, char** act) function
2061 * parse a basic assertion statement
2768 * parse an assignment statement
3309 * statement pars
[all...]
/ast/src/cmd/INIT/
H A Dmktest.sh288 then print -u2 -r -- $command: $SCRIPT: UNIT statement or operand expected
H A Diffe.sh802 [ - ] [ file.iffe | statement [ : statement ... ] ]
804 [+SYNTAX?\biffe\b input consists of a sequence of statement lines. Statements
808 \b}end\b as the first operand. The statement syntax is:
863 [+?Each test statement generates a portion of a C language header that contains
867 where \aname\a is determined by either the \brun\b statement input file
868 name if any, or the first \atest\a in the first statement, and \adirectory\a
869 is the basename component of either the \brun\b statement file, if any,
946 [+lcl \aname\a?Generates a \b#include\b statement for the native version
967 a \b#include\b statement t
[all...]

Completed in 322 milliseconds