Searched refs:inc_state (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfiglexer.lex43 struct inc_state {
47 struct inc_state* next;
50 static struct inc_state* config_include_stack = NULL;
68 struct inc_state* s;
78 s = (struct inc_state*)malloc(sizeof(*s));
165 struct inc_state* s = config_include_stack;
H A Dconfiglexer.c4143 struct inc_state { struct
4147 struct inc_state* next;
4150 static struct inc_state* config_include_stack = NULL;
4168 struct inc_state* s;
4178 s = (struct inc_state*)malloc(sizeof(*s));
4265 struct inc_state* s = config_include_stack;
/netbsd-current/external/bsd/nsd/dist/
H A Dconfiglexer.lex31 struct inc_state {
35 struct inc_state* next;
37 static struct inc_state* config_include_stack = NULL;
43 struct inc_state* s;
53 s = (struct inc_state*)malloc(sizeof(*s));
140 struct inc_state* s = config_include_stack;
H A Dconfiglexer.c2061 struct inc_state { struct
2065 struct inc_state* next;
2067 static struct inc_state* config_include_stack = NULL;
2073 struct inc_state* s;
2083 s = (struct inc_state*)malloc(sizeof(*s));
2170 struct inc_state* s = config_include_stack;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dauto-inc-dec.c145 enum inc_state enum
173 static enum inc_state
320 enum inc_state reg1_state;/* The form of the const if reg1 is a const. */
381 enum inc_state reg1_state;/* The form of the const if reg1 is a const. */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dauto-inc-dec.cc145 enum inc_state enum
173 static enum inc_state
320 enum inc_state reg1_state;/* The form of the const if reg1 is a const. */
381 enum inc_state reg1_state;/* The form of the const if reg1 is a const. */

Completed in 122 milliseconds