Lines Matching refs:executable_statement
552 struct executable_statement *on_expiry;
553 struct executable_statement *on_commit;
554 struct executable_statement *on_release;
968 struct executable_statement *statements;
1130 struct executable_statement *statements;
2279 int parse_executable_statement (struct executable_statement **,
2282 int parse_executable_statements (struct executable_statement **,
2287 int parse_on_statement (struct executable_statement **,
2289 int parse_switch_statement (struct executable_statement **,
2291 int parse_case_statement (struct executable_statement **,
2294 int parse_if_statement (struct executable_statement **,
2311 int parse_option_statement (struct executable_statement **,
2340 int make_let (struct executable_statement **, const char *);
2594 int executable_statement_allocate (struct executable_statement **,
2596 int executable_statement_reference (struct executable_statement **,
2597 struct executable_statement *,
3251 extern struct executable_statement *default_classification_rules;
3269 struct executable_statement *,
3279 int executable_statement_dereference (struct executable_statement **,
3281 void write_statements (FILE *, struct executable_statement *, int);
3282 int find_matching_case (struct executable_statement **,
3286 struct expression *, struct executable_statement *);
3287 int executable_statement_foreach (struct executable_statement *,
3288 int (*) (struct executable_statement *,