Home
last modified time | relevance | path

Searched defs:executable_statement (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/dhcp/dist/includes/
H A Dstatement.h30 struct executable_statement { struct
32 struct executable_statement *next; argument
33 enum statement_op {
59 struct executable_statement *tc, *fc; argument
103 } data;
/minix3/external/bsd/dhcp/dist/common/
H A Dexecute.c1097 int executable_statement_foreach (struct executable_statement *stmt, in executable_statement_foreach()