Home
last modified time | relevance | path

Searched defs:if_stack (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/libcpp/
H A Ddirectives.c32 struct if_stack struct
34 struct if_stack *next; argument
35 source_location line; /* Line where condition started. */
36 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */
37 bool skip_elses; /* Can future #else / #elif be skipped? */
38 bool was_skipping; /* If were skipping on entry. */
39 int type; /* Most recent conditional for diagnostics. */
H A Dinternal.h323 struct if_stack *if_stack; member
/dragonfly/contrib/gcc-8.0/libcpp/
H A Ddirectives.c30 struct if_stack struct
32 struct if_stack *next; argument
33 source_location line; /* Line where condition started. */
34 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */
35 bool skip_elses; /* Can future #else / #elif be skipped? */
36 bool was_skipping; /* If were skipping on entry. */
37 int type; /* Most recent conditional for diagnostics. */
H A Dinternal.h332 struct if_stack *if_stack; member
/dragonfly/contrib/gdb-7/readline/
H A Dbind.c962 static unsigned char *if_stack = (unsigned char *)NULL; variable