Lines Matching refs:statements
41 in_options, out_options, scope, statements, in execute_statements()
50 struct executable_statement *statements;
60 if (!statements)
66 executable_statement_reference (&r, statements, MDL);
78 r->data.statements,
106 if (r->data.on.statements)
109 r->data.on.statements, MDL);
118 if (r->data.on.statements)
121 r->data.on.statements, MDL);
130 if (r->data.on.statements)
133 r->data.on.statements, MDL);
146 r->data.s_switch.statements));
493 if (!e->data.let.statements) {
494 } else if (e->data.let.statements->op ==
496 e = e->data.let.statements;
505 &ns, e->data.let.statements, on_star);
630 out_options, scope, group->statements, on_star);
673 if ((*ptr) -> data.statements)
675 (&(*ptr) -> data.statements, file, line);
679 if ((*ptr) -> data.on.statements)
681 (&(*ptr) -> data.on.statements, file, line);
685 if ((*ptr) -> data.s_switch.statements)
687 (&(*ptr) -> data.on.statements, file, line);
764 void write_statements (file, statements, indent) in write_statements() argument
766 struct executable_statement *statements;
776 if (!statements)
779 for (r = statements; r; r = r -> next) {
782 write_statements (file, r -> data.statements, indent);
801 if (r -> data.on.statements) {
804 r -> data.on.statements,
823 write_statements (file, r -> data.s_switch.statements,
1166 (foo->data.statements, callback, vp, condp))) in executable_statement_foreach()
1171 (foo->data.on.statements, callback, vp, 1))) in executable_statement_foreach()
1176 (foo->data.s_switch.statements, callback, vp, 1))) in executable_statement_foreach()
1189 (foo->data.let.statements, callback, vp, 0))) in executable_statement_foreach()