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

/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y309 | error { yyclearin; yyerror("illegal statement"); $$ = (int)0; }
313 statement: label
315 | if statement { $$ = stat3(IF, $1, $2, 0); }
316 | if statement else statement
318 | while statement { $$ = stat2(WHILE, $1, $2); }
330 stat_list statement { $$ = linkum($1, $2); }
341 FOR '(' simple_stat ';' conditional ';' simple_stat ')' optNL statement
343 | FOR '(' simple_stat ';' ';' simple_stat ')' optNL statement
345 | FOR '(' VAR IN VAR ')' optNL statement
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y141 %type <node> statement statlist fileout exprlist eexprlist simplepattern
404 statement: label
405 FOR LPAREN fexpr SEMI fexpr SEMI fexpr RPAREN statement = {
408 | FOR LPAREN var IN var RPAREN statement = {
427 | WHILE LPAREN expr RPAREN statement = {
430 | DO statement WHILE LPAREN expr RPAREN = {
433 | IF LPAREN expr RPAREN statement ELSE statement = {
436 | IF LPAREN expr RPAREN statement %prec ELSE = {
482 statement
[all...]
H A Dawk3.c1851 * if statement.
1901 * for statement.
1939 * for variable in array statement.
1948 register NODE *statement; local
1955 statement = np->n_right;
2027 if ((act = action(statement)) != 0) {
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y118 | statement_list statement ';'
121 statement: decl label
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y161 %type <l_node> statement
357 | statement_list_impl statement { $$ = LINK($1, $2); }
368 statement
371 statement: ';' { $$ = NULL; } label
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l158 REJECT; /* No comments in the middle of an awk statement */
356 printf("close awk statement, line %d\n", line_no);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexgram.y120 | statement_list statement
128 statement : empty_statement label
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y128 | statement_list statement { return (0); }
134 statement: pipeline shell_pipe terminator { label
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y106 | statement_list statement
112 statement : empty_statement label
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl305 The number of indices created using an explicit CREATE INDEX statement.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c35 ** This routine is called when a new SQL statement is beginning to
61 ** This routine is called after a single SQL statement has been
63 ** that statement. Prior action routines should have already
64 ** constructed VDBE code to do the work of the SQL statement.
412 ** to a CREATE TABLE statement. In particular, this routine is called
421 ** As more of the CREATE TABLE statement is parsed, additional action
423 ** At the end of the CREATE TABLE statement, the sqliteEndTable() routine
555 ** in a CREATE TABLE statement. sqliteStartTable() gets called
590 ** parsing a CREATE TABLE statement. A "NOT NULL" constraint has
604 ** parsing a CREATE TABLE statement
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s348 ! switch statement to get us to the right 8 byte blk within a
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s845 ! switch statement to get us to the right 8 byte blk within a
2677 ! switch statement to get us to the right 8 byte blk within a
3918 ! switch statement to get us to the right 8 byte blk within a

Completed in 104 milliseconds