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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dbind.c922 static unsigned char *if_stack = (unsigned char *)NULL; variable
937 if (!if_stack)
938 if_stack = (unsigned char *)xmalloc (if_stack_size = 20);
940 if_stack = (unsigned char *)xrealloc (if_stack, if_stack_size += 20);
942 if_stack[if_stack_depth++] = _rl_parsing_conditionalized_out;
1022 if (if_stack[i] == 1)
1037 _rl_parsing_conditionalized_out = if_stack[--if_stack_depth];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.c32 struct if_stack struct
34 struct if_stack *next;
1886 if_stack; this is so that the error message for missing #endif's
1892 struct if_stack *ifs = buffer->if_stack;
1919 /* Handle a #elif directive by not changing if_stack either. See the
1925 struct if_stack *ifs = buffer->if_stack;
1968 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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dinternal.h267 /* Value of if_stack at start of this file.
269 struct if_stack *if_stack; member in struct:cpp_buffer
H A Ddirectives.c32 struct if_stack struct
34 struct if_stack *next;
1649 if_stack; this is so that the error message for missing #endif's
1655 struct if_stack *ifs = buffer->if_stack;
1682 /* Handle a #elif directive by not changing if_stack either. See the
1688 struct if_stack *ifs = buffer->if_stack;
1723 struct if_stack *ifs = buffer->if_stack;
[all...]

Completed in 77 milliseconds