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

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfltrimpl.h28 #define FILTER_OUTPUT3(site, statement, output, length, messageEnd, channel) \
31 statement; \
36 #define FILTER_OUTPUT2(site, statement, output, length, messageEnd) \
37 FILTER_OUTPUT3(site, statement, output, length, messageEnd, DEFAULT_CHANNEL)
45 #define FILTER_OUTPUT2_MODIFIABLE(site, statement, output, length, messageEnd) \
48 statement; \
56 #define FILTER_OUTPUT2_MAYBE_MODIFIABLE(site, statement, output, length, messageEnd, modifiable) \
59 statement; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/doc/
H A Dc-indentation.el14 ; Apparently statement blocks that are not introduced by a statement
32 (statement . 0)
33 (statement-block-intro . 0)
34 (statement-case-open . +)
35 (statement-case-intro . +)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/doc/
H A Dc-indentation.el14 ; Apparently statement blocks that are not introduced by a statement
33 (statement . 0)
34 (statement-block-intro . 0)
35 (statement-case-open . +)
36 (statement-case-intro . +)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/doc/
H A Dc-indentation.el14 ; Apparently statement blocks that are not introduced by a statement
33 (statement . 0)
34 (statement-block-intro . 0)
35 (statement-case-open . +)
36 (statement-case-intro . +)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.y74 %type <syn_node> program_tree statement top_statement function_decl_statement top_statement_list
152 statement
158 statement: label
163 | IF '(' expr ')' statement elseif_list else_statement { $$ = make_ifelse_syn_node($3, $5, $6, $7); }
165 | DO statement WHILE '(' expr ')' ';' { $$ = make_while_loop_syn_node($5, $2, 0); }
185 | DECLARE '(' decl_list ')' statement { }
272 for_statement: statement
277 foreach_statement: statement
286 elseif_list ELSEIF '(' expr ')' statement { $$ = add_branch_2_elseif($1, make_ifelse_syn_node($4, $6, 0, 0)); }
292 | ELSE statement {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlhlpf.tex42 ({\tt <ul>}....{\tt </ul>} statement):
66 Items in the list may be nested - one {\tt <li>} statement may contain a {\tt <ul>} sub-statement:
H A Dminimald.tex37 % put your file(s) in an \input{} statement here
H A Dreferenc.tex47 above copyright notice, author statement and this permission notice appear in
H A Ddb.tex47 statement to be passed to the ODBC driver
558 \docparam{pSqlStmt}{Pointer to the select statement portion of the CREATE
559 VIEW statement. Must be a complete, valid SQL SELECT statement.}
627 \docparam{aHstmt}{Handle to the ODBC statement being executed against. Pass
640 in the return statement of a code block in the event of a failure to
678 // Execute the drop table statement
741 \docparam{pSqlStmt}{Pointer to the SQL statement to be executed.}
750 SQL statement against the datasource. This allows you to extend the class
751 library by being able to issue any SQL statement tha
[all...]
H A Ddatabase.tex71 Resets the statement handles of any associated wxRecordSet objects,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dexpr.h22 struct statement *stmt;
23 struct statement *last_stmt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp120 str - text of #if statement
270 wxMessageBox("wxHTML #if\\else error: Empty expression in #if\\#elif statement.","Error",wxICON_ERROR);
416 // Find out if there is an else statement
420 // Use the else statement
424 // Use statement before #else
429 // There is no #else statement
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_parse.y121 | statements statement
124 statement: label
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_parse.y121 | statements statement
124 statement: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.tab.c1292 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1302 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1312 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1621 { zconf_error("unexpected end statement"); ;}
1626 { zconf_error("unknown statement \"%s\"", (yyvsp[(2) - (4)].string)); ;}
1638 { zconf_error("invalid statement"); ;}
1685 zconfprint("warning: menuconfig statement without prompt");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbounds.s37 @ -Wframe-larger-than=2048 -Wdeclaration-after-statement -Wno-pointer-sign
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent_rpcgen.py1314 for statement in headerdirect:
1315 pre += '%s\n' % statement
1366 for statement in cppdirect:
1367 pre += '%s\n' % statement
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl576 my $statement = substr($blk, $soff, $off - $soff + 1);
579 #warn "STATEMENT<$statement>\n";
584 return ($statement, $condition,
633 my ($statement, $condition, $level);
638 ($statement, $condition, $linenr, $remain, $off, $level) =
640 #print "F: c<$condition> s<$statement> remain<$remain>\n";
641 push(@chunks, [ $condition, $statement ]);
647 # could continue the statement.
649 ($statement, $condition, $linenr, $remain, $off, $level) =
651 #print "C: c<$condition> s<$statement> remai
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Android/
H A DAndroid.mk54 common_CFLAGS := -Wpointer-arith -Wwrite-strings -Wunused -Winline -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wfloat-equal -Wno-multichar -Wsign-compare -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wno-system-headers -DHAVE_CONFIG_H
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py1547 for statement in headerdirect:
1548 pre += '%s\n' % statement
1587 for statement in cppdirect:
1588 pre += '%s\n' % statement
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlparser.c56 static void statement (LexState *ls);
608 statement(ls);
609 return; /* 'return' must be last statement */
611 statement(ls);
1211 statement(ls);
1225 if (block_follow(ls, 0)) { /* label is last no-op statement in the block? */
1491 SETARG_C(getcode(fs, &v.v), 1); /* call statement uses no results */
1529 static void statement (LexState *ls) { function
1533 case ';': { /* stat -> ';' (empty statement) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am110 lib/libcroco/cr-statement.c \
111 lib/libcroco/cr-statement.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dasm-offsets.s38 @ -Wframe-larger-than=2048 -Wdeclaration-after-statement -Wno-pointer-sign
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcfparse.y179 | statements statement
181 statement
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp78 statement scheme, rather than an array lookup table.

Completed in 206 milliseconds

123456