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

/macosx-10.10/ruby-106/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.10/libpcap-48/libpcap/
H A Doptimize.c423 for (s = b->stmts; s; s = s->next) {
661 s = b->stmts;
1135 for (s = b->stmts; s != 0; s = s->next)
1155 for (s = b->stmts; s && s->next; s = s->next)
1196 for (s = b->stmts; s; s = s->next)
1226 if (b->stmts != 0) {
1227 b->stmts = 0;
1626 s = (*b)->stmts;
1627 (*b)->stmts = 0;
1631 tmp = (*b)->stmts;
[all...]
H A Dgencode.c759 b->stmts = s;
1703 b->stmts = s;
2642 s = gen_load_802_11_header_len(s, b->stmts);
2653 sappend(s, b->stmts);
2654 b->stmts = s;
2673 b->stmts = s_load_dlt;
3868 b1->stmts = s;
3883 b2->stmts = s;
3906 b1->stmts = s;
3915 b2->stmts
[all...]
H A Dgencode.h251 struct slist *stmts; /* side effect stmts */ member in struct:block
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecItemDataSource.c227 __block sqlite3_stmt **stmts = select_stmts; local
235 && (stmts[class_ix] = SecDbCopyStmt(dbconn, sqls[class_ix], NULL, error)));
242 result = (SecDbItemSelectBind(queries[class_ix], stmts[class_ix], error, use_attr_in_where, NULL) && SecDbStep(dbconn, stmts[class_ix], error, ^(bool *unused_stop) {
243 item = SecDbItemCreateWithStatement(kCFAllocatorDefault, queries[class_ix]->q_class, stmts[class_ix], KEYBAG_DEVICE, error, return_attr);
244 })) && SecDbReset(stmts[class_ix], error);
252 result &= SecDbReleaseCachedStmt(dbconn, sqls[class_ix], stmts[class_ix], error);
/macosx-10.10/vim-55/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.10/CPANInternal-159.1/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.10/ruby-106/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.10/ruby-106/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 156 milliseconds