Searched refs:executable_statement (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/dhcp/dist/includes/ |
| H A D | statement.h | 30 struct executable_statement { struct 32 struct executable_statement *next; argument 59 struct executable_statement *tc, *fc; argument 69 struct executable_statement *statements; 76 struct executable_statement *statements; 80 struct executable_statement *statements; 86 struct executable_statement *statements;
|
| H A D | dhcpd.h | 502 struct executable_statement *on_expiry; 503 struct executable_statement *on_commit; 504 struct executable_statement *on_release; 858 struct executable_statement *statements; 1006 struct executable_statement *statements; 2056 int parse_executable_statement (struct executable_statement **, 2059 int parse_executable_statements (struct executable_statement **, 2064 int parse_on_statement (struct executable_statement **, 2066 int parse_switch_statement (struct executable_statement **, 2068 int parse_case_statement (struct executable_statement **, [all …]
|
| H A D | tree.h | 98 struct executable_statement *statements;
|
| /minix3/external/bsd/dhcp/dist/common/ |
| H A D | execute.c | 49 struct executable_statement *statements; 52 struct executable_statement *r, *e, *next; 620 struct executable_statement **ptr; in executable_statement_dereference() 636 *ptr = (struct executable_statement *)0; 744 *ptr = (struct executable_statement *)0; 750 struct executable_statement *statements; 756 struct executable_statement *r, *x; 1019 int find_matching_case (struct executable_statement **ep, in find_matching_case() 1026 struct executable_statement *stmt) in find_matching_case() 1029 struct executable_statement *s; in find_matching_case() [all …]
|
| H A D | alloc.c | 964 struct executable_statement **ptr; in executable_statement_allocate() 968 struct executable_statement *bp; 978 struct executable_statement **ptr; in executable_statement_reference() 979 struct executable_statement *bp; 996 *ptr = (struct executable_statement *)0;
|
| H A D | parse.c | 2066 struct executable_statement **statements; in parse_executable_statements() 2071 struct executable_statement **next; 2082 struct executable_statement **result; in parse_executable_statement() 3073 struct executable_statement **result; in parse_on_statement() 3153 struct executable_statement **result; in parse_switch_statement() 3221 struct executable_statement **result; in parse_case_statement() 3268 struct executable_statement **result; in parse_if_statement() 3387 (*result) -> data.ie.fc = (struct executable_statement *)0; 4856 struct executable_statement **result; in parse_option_statement()
|
| H A D | tree.c | 383 struct executable_statement **result; in make_let()
|
| /minix3/external/bsd/dhcp/dist/server/ |
| H A D | class.c | 43 struct executable_statement *default_classification_rules; 52 default_classification_rules = (struct executable_statement *)0; in classification_setup()
|
| H A D | confpars.c | 363 struct executable_statement *et, *ep; 770 et = (struct executable_statement *)0; 806 et = (struct executable_statement *)0; 845 ep = (struct executable_statement *)0; 2092 struct executable_statement *stmt = NULL; 2981 struct executable_statement *on; in parse_lease_declaration() 3325 on = (struct executable_statement *)0; in parse_lease_declaration() 4491 struct executable_statement *on_star[2] = {NULL, NULL}; in parse_ia_na_declaration() 4933 struct executable_statement *on_star[2] = {NULL, NULL}; in parse_ia_ta_declaration() 5376 struct executable_statement *on_star[2] = {NULL, NULL}; in parse_ia_pd_declaration()
|
| H A D | mdb.c | 128 static int find_uid_statement (struct executable_statement *esp, in find_uid_statement() 131 struct executable_statement **evp = vp; in find_uid_statement() 232 struct executable_statement *esp;
|
| /minix3/external/bsd/dhcp/dist/client/ |
| H A D | clparse.c | 331 struct executable_statement *stmt; 741 stmt = (struct executable_statement *)0; 749 struct executable_statement **eptr, *sptr; 756 sptr = (struct executable_statement *)0;
|