Searched refs:if_stack (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c31 struct if_stack struct
33 struct if_stack *next;
1684 if_stack; this is so that the error message for missing #endif's
1690 struct if_stack *ifs = buffer->if_stack;
1717 /* Handle a #elif directive by not changing if_stack either. See the
1723 struct if_stack *ifs = buffer->if_stack;
1758 struct if_stack *ifs = buffer->if_stack;
[all...]
H A Dinternal.h276 /* Value of if_stack at start of this file.
278 struct if_stack *if_stack; member in struct:cpp_buffer
/freebsd-11-stable/contrib/libreadline/
H A Dbind.c953 static unsigned char *if_stack = (unsigned char *)NULL; variable
968 if (!if_stack)
969 if_stack = (unsigned char *)xmalloc (if_stack_size = 20);
971 if_stack = (unsigned char *)xrealloc (if_stack, if_stack_size += 20);
973 if_stack[if_stack_depth++] = _rl_parsing_conditionalized_out;
1053 if (if_stack[i] == 1)
1068 _rl_parsing_conditionalized_out = if_stack[--if_stack_depth];

Completed in 74 milliseconds