Home
last modified time | relevance | path

Searched refs:if_stack (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/
HDdirectives.c31 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 …]
HDinternal.h278 struct if_stack *if_stack; member
/NextBSD/contrib/libreadline/
HDbind.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];
/NextBSD/contrib/gcc/doc/
HDcppinternals.texi947 pushes an @code{if_stack} structure onto the stack. In this structure
/NextBSD/contrib/gcc/
HDFSFChangeLog1849 (struct {file_buf,definition,if_stack}): New member nominal_fname_len.
HDChangeLog-20004032 * 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.
HDChangeLog-200110958 * 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.
HDChangeLog-19993904 (struct if_stack: fname): Mark const.
4489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
HDChangeLog-200427964 (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,
HDFSFChangeLog.113712 * c-common.c (if_stack{,_space,_pointer}): New static variables.