Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 125) sorted by relevance

12345

/onnv-gate/usr/src/cmd/oawk/
H A Dawk.g.y313 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
/onnv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y141 %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 = {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlsyn.pod54 A declaration can be put anywhere a statement can, but has no effect on
76 Subroutines declarations can also be loaded up with the C<require> statement
77 or both loaded and imported into your namespace with a C<use> statement.
80 A statement sequence may contain declarations of lexically-scoped
82 like an ordinary statement, and is elaborated within the sequence of
83 statements as if it were an ordinary statement. That means it actually
94 The only kind of simple statement is an expression evaluated for its
95 side effects. Every simple statement must be terminated with a
96 semicolon, unless it is the final statement in a block, in which case
102 as the last item in a statement.
[all …]
H A Dperldebug.pod33 statement (but see below regarding compile-time statements) and ask you
141 statement, descending into subroutine calls. If an expression is
147 of the next statement. If an expression is supplied that includes
149 each statement.
201 Switch to viewing a different file or C<eval> statement. If I<filename>
245 is specified, it's evaluated each time the statement is reached: a
247 only be set on lines that begin an executable statement. Conditions
271 Sets a breakpoint before the first statement executed after the specified
483 Execute command as a Perl statement. A trailing semicolon will be
484 supplied. If the Perl statement would otherwise be confused for a
[all …]
H A Dperlfilter.pod23 statement, then each of those scripts will have to be read from their
30 the file. If the parser encounters a C<require> or C<use> statement in
81 modules, a source filter is invoked with a use statement.
104 module. All source filters work this way. The use statement is compiled
140 statement on line 3 will pass through the cpp filter, the module that
309 module is included with a use statement. This makes C<import> the ideal
H A Dperl583delta.pod108 join() could return garbage when the same join() statement was used to
110 on that statement's temporary workspace not being reset correctly. This
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dtrigger2.test17 # 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 Dlaststmtchanges.test16 # 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 Dcrashme2.off37 # SELECT statement. Causes a crash.
H A Dconflict.test37 # 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 Dinsert.test15 # focus of this file is testing the INSERT statement.
259 # Ticket #334: REPLACE statement corrupting indices.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dnested_seqs.xr1 The statement: `This is dog kind's *finest* hour!' is a parody of a
H A Dnested_seqs.t19 The statement: C<This is dog kind's I<finest> hour!> is a parody of a
/onnv-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y118 | statement_list statement ';'
121 statement: decl
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.pod58 For example, given the statement
102 The exit statement in awk doesn't necessarily exit; it goes to the END
147 statement that is the last statement executed in a subroutine. A2p
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DREADME20 remove the 'use blib' statement on line 14 of RandTest.
/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y155 %type <l_node> statement
347 statement_list: statement { $$ = $1; }
348 | statement_list ';' statement { $$ = LINK($1, $3); }
351 statement: /* empty */ { $$ = NULL; }
/onnv-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in218 ** 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 …]
/onnv-gate/usr/src/cmd/tnf/prex/
H A Dprexgram.y120 | statement_list statement
128 statement : empty_statement
/onnv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y126 | statement_list statement { return (0); }
132 statement: pipeline shell_pipe terminator {
/onnv-gate/usr/src/lib/libpp/common/
H A Dpp.tab90 statement
132 HEADER # processing include statement
/onnv-gate/usr/src/cmd/backup/dump/
H A Dlint.sed33 /dumptape.c",.*statement not reached/d
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dpad41 "my" variable $y masks earlier declaration in same statement at - line 5.
/onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y106 | statement_list statement
112 statement : empty_statement
/onnv-gate/usr/src/cmd/agents/snmp/mib/
H A Dmib_DM.txt579 "The compliance statement for SNMPv2 entities
591 "The compliance statement for SNMPv2 entities
604 " The compliance statement for SNMPv2 entities

12345