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

/macosx-10.9.5/ruby-104/ruby/test/ripper/
H A Ddummyparser.rb63 def on_program(stmts)
64 stmts
71 def on_stmts_add(stmts, st)
72 stmts.push st
73 stmts
/macosx-10.9.5/libpcap-42/libpcap/
H A Doptimize.c474 for (s = b->stmts; s; s = s->next) {
724 s = b->stmts;
1204 for (s = b->stmts; s != 0; s = s->next)
1226 for (s = b->stmts; s && s->next; s = s->next)
1267 for (s = b->stmts; s; s = s->next)
1297 if (b->stmts != 0) {
1298 b->stmts = 0;
1709 s = (*b)->stmts;
1710 (*b)->stmts = 0;
1714 tmp = (*b)->stmts;
[all...]
H A Dgencode.c744 b->stmts = s;
1682 b->stmts = s;
2621 s = gen_load_802_11_header_len(s, b->stmts);
2632 sappend(s, b->stmts);
2633 b->stmts = s;
2652 b->stmts = s_load_dlt;
3864 b1->stmts = s;
3879 b2->stmts = s;
3902 b1->stmts = s;
3911 b2->stmts
[all...]
H A Dgencode.h240 struct slist *stmts; /* side effect stmts */ member in struct:block
/macosx-10.9.5/vim-53/runtime/indent/
H A DGenericIndent.vim141 function GenericIndentStmts(stmts)
142 let Stmts=a:stmts
180 function GenericDedentStmts(stmts)
181 let Stmts=a:stmts
H A Dsqlanywhere.vim160 let stmts = '^\s*\%('.
167 let matching_lnum = searchpair(stmts, '', '\<end\>\zs', 'bW',
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t630 | maybe_label_decls stmts '}'
631 | maybe_label_decls stmts error '}'
1718 /* For C++, decls and stmts can be intermixed, so we don't need to
1722 stmts:
1725 | stmts stmt
1726 | stmts errstmt
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t630 | maybe_label_decls stmts '}'
631 | maybe_label_decls stmts error '}'
1718 /* For C++, decls and stmts can be intermixed, so we don't need to
1722 stmts:
1725 | stmts stmt
1726 | stmts errstmt
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecItemServer.c3866 __block sqlite3_stmt **stmts = select_stmts;
3876 && (stmts[class_ix] = SecDbCopyStmt(dbconn, sqls[class_ix], NULL, error)));
3883 result &= (SecDbItemSelectBind(queries[class_ix], stmts[class_ix], error, use_attr_in_where, NULL) && SecDbStep(dbconn, stmts[class_ix], error, ^(bool *stop) {
3884 SecDbItemRef item = SecDbItemCreateWithStatement(kCFAllocatorDefault, queries[class_ix]->q_class, stmts[class_ix], KEYBAG_DEVICE, error, return_attr);
3907 })) && SecDbReset(stmts[class_ix], error);
3919 result &= SecDbReleaseCachedStmt(dbconn, sqls[class_ix], stmts[class_ix], error);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y764 %type <node> bodystmt compstmt stmts stmt_or_begin stmt expr arg primary command command_call method_call
983 compstmt : stmts opt_terms
994 stmts : none label
1011 | stmts terms stmt_or_begin
H A Dprocess.c136 #define preserving_errno(stmts) \
137 do {int saved_errno = errno; stmts; errno = saved_errno;} while (0)
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y764 %type <val> bodystmt compstmt stmts stmt_or_begin stmt expr arg primary command command_call method_call
983 compstmt : stmts opt_terms
994 stmts : none label
1011 | stmts terms stmt_or_begin

Completed in 183 milliseconds