Searched refs:if_stack (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | directives.c | 31 struct if_stack struct 33 struct if_stack *next; argument 1690 struct if_stack *ifs = buffer->if_stack; in do_else() 1723 struct if_stack *ifs = buffer->if_stack; in do_elif() 1758 struct if_stack *ifs = buffer->if_stack; in do_endif() 1775 buffer->if_stack = ifs->next; in do_endif() 1789 struct if_stack *ifs; in push_conditional() 1792 ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); in push_conditional() 1794 ifs->next = buffer->if_stack; in push_conditional() 1805 buffer->if_stack = ifs; in push_conditional() [all …]
|
| HD | internal.h | 278 struct if_stack *if_stack; member
|
| /NextBSD/contrib/libreadline/ |
| HD | bind.c | 953 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];
|
| /NextBSD/contrib/gcc/doc/ |
| HD | cppinternals.texi | 947 pushes an @code{if_stack} structure onto the stack. In this structure
|
| /NextBSD/contrib/gcc/ |
| HD | FSFChangeLog | 1849 (struct {file_buf,definition,if_stack}): New member nominal_fname_len.
|
| HD | ChangeLog-2000 | 4032 * cpplib.c (struct if_stack): Make was_skipping unsigned char. 5159 (struct if_stack): Use cpp_lexer_pos rather than line and col. 17212 * cpplib.h (cpp_reader): Remove if_stack. Change 17222 * cpplex.c (cpp_push_buffer): Don't set new->if_stack. 17226 * cpplib.c (struct if_stack): Remove if_succeeded, add 26137 (struct if_stack): Make type field an int. 26586 Move struct if_stack to cpplib.c. Move struct cpp_pending to 26613 (struct if_stack): Remove fname field.
|
| HD | ChangeLog-2001 | 10958 * cpplib.c (if_stack): Save line instead of line + col. 16265 * cpplib.c (struct if_stack): Update. 16271 (push_conditional): Update for new struct if_stack.
|
| HD | ChangeLog-1999 | 3904 (struct if_stack: fname): Mark const. 4489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
|
| HD | ChangeLog-2004 | 27964 (if_elt, if_stack, if_stack_space, if_stack_pointer): Remove. 29438 (c_begin_if_stmt): Push if_stack here. 29611 (if_elt, if_stack, if_stack_space, c_expand_start_cond, c_finish_then,
|
| HD | FSFChangeLog.11 | 3712 * c-common.c (if_stack{,_space,_pointer}): New static variables.
|