/titanic_44/usr/src/cmd/oawk/ |
H A D | awk.g.y | 313 statement: 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
|
H A D | README | 42 statement
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 141 %type <node> statement statlist fileout exprlist eexprlist simplepattern 404 statement: 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 483 | statlist statement = {
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | trigger2.test | 17 # times relative to each other and the triggering statement. 213 set statement {UPDATE tbl SET c = 10 WHERE a = 1;} 223 set statement {DELETE FROM tbl WHERE a = 1;} 230 set statement {INSERT INTO tbl VALUES(1, 2, 3);} 237 set statement {} 250 set statement_type [string range $statement 0 5] 288 set before_data [ execsql "$prep $tr_program_cooked $statement $query" ] 291 execsql "CREATE TRIGGER the_trigger BEFORE [string range $statement 0 6]\ 294 do_test trigger2-2.$ii-before "execsql {$statement $query}" $before_data 300 set after_data [ execsql "$prep $statement $tr_program_cooked $query" ] [all …]
|
H A D | laststmtchanges.test | 16 # Note 1: LSCC remains constant within a statement and only updates once 17 # the statement is finished (triggers count as part of statement) 55 # LSCC unchanged within an update statement
|
H A D | crashme2.off | 37 # SELECT statement. Causes a crash.
|
H A D | conflict.test | 37 # conf The conflict resolution algorithm on the BEGIN statement 95 # conf The conflict resolution algorithm on the BEGIN statement 153 # conf The conflict resolution algorithm on the BEGIN statement 208 # conf2 The conflict resolution algorithm on the BEGIN statement 267 # conf2 The conflict resolution algorithm on the BEGIN statement 335 # conf2 The conflict resolution algorithm on the BEGIN statement
|
H A D | insert.test | 15 # focus of this file is testing the INSERT statement. 259 # Ticket #334: REPLACE statement corrupting indices.
|
H A D | select2.test | 15 # focus of this file is testing the SELECT statement.
|
H A D | unique.test | 15 # focus of this file is testing the CREATE UNIQUE INDEX statement,
|
H A D | vacuum.test | 15 # focus of this file is testing the VACUUM statement.
|
H A D | intpkey.test | 246 # Do an SQL statement. Append the search count to the end of the result. 428 # Do an insert from a select statement.
|
H A D | memdb.test | 163 # conf The conflict resolution algorithm on the BEGIN statement 225 # conf2 The conflict resolution algorithm on the BEGIN statement
|
H A D | insert2.test | 15 # focus of this file is testing the INSERT statement that takes is
|
H A D | null.test | 139 # The DISTINCT keyword on a SELECT statement should treat NULL values
|
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_grammar.y | 118 | statement_list statement ';' 121 statement: decl
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 218 ** result of the INSERT, UPDATE, or DELETE statement are not counted. 371 ** We can use this text in an SQL statement as follows: 542 ** SQL statement should be aborted with an error and SQLITE_IGNORE 597 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ 612 ** An sqlite_vm is an opaque object that represents a single SQL statement 625 ** SQL statement in zSql. This routine only compiles the first statement 629 ** the compiled statement. Or if there is an error, *ppVm may be set to NULL. 644 const char *zSql, /* SQL statement to be compiled */ 651 ** After an SQL statement has been compiled, it is handed to this routine 652 ** to be executed. This routine executes the statement as far as it can [all …]
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_grammar.y | 126 | statement_list statement { return (0); } 132 statement: pipeline shell_pipe terminator {
|
/titanic_44/usr/src/cmd/tnf/prex/ |
H A D | prexgram.y | 120 | statement_list statement 128 statement : empty_statement
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 161 %type <l_node> statement 357 | statement_list_impl statement { $$ = LINK($1, $2); } 368 statement 371 statement: ';' { $$ = NULL; }
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | pp.tab | 90 statement 132 HEADER # processing include statement
|
/titanic_44/usr/src/cmd/backup/dump/ |
H A D | lint.sed | 33 /dumptape.c",.*statement not reached/d
|
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_yacc.y | 106 | statement_list statement 112 statement : empty_statement
|
/titanic_44/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 66 # - The statement below will not work if someone sources /etc/ksh.kshrc
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 140 * statement in the fixup function. Assuming you have followed the
|