OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_stack
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
directives.cc
30
struct
if_stack
struct
32
struct
if_stack
*next;
2093
if_stack
; this is so that the error message for missing #endif's
2099
struct
if_stack
*ifs = buffer->
if_stack
;
2126
/* Handle a #elif, #elifdef or #elifndef directive by not changing
if_stack
2132
struct
if_stack
*ifs = buffer->
if_stack
;
2239
struct
if_stack
*ifs = buffer->
if_stack
;
[
all
...]
internal.h
352
/* Value of
if_stack
at start of this file.
354
struct
if_stack
*
if_stack
;
member in struct:cpp_buffer
/src/external/gpl3/gcc.old/dist/libcpp/
directives.cc
30
struct
if_stack
struct
32
struct
if_stack
*next;
2067
if_stack
; this is so that the error message for missing #endif's
2073
struct
if_stack
*ifs = buffer->
if_stack
;
2100
/* Handle a #elif, #elifdef or #elifndef directive by not changing
if_stack
2106
struct
if_stack
*ifs = buffer->
if_stack
;
2213
struct
if_stack
*ifs = buffer->
if_stack
;
[
all
...]
internal.h
351
/* Value of
if_stack
at start of this file.
353
struct
if_stack
*
if_stack
;
member in struct:cpp_buffer
/src/external/gpl3/gdb/dist/readline/readline/
bind.c
1258
static unsigned char *
if_stack
= (unsigned char *)NULL;
variable
1274
if (!
if_stack
)
1275
if_stack
= (unsigned char *)xmalloc (if_stack_size = 20);
1277
if_stack
= (unsigned char *)xrealloc (
if_stack
, if_stack_size += 20);
1279
if_stack
[if_stack_depth++] = _rl_parsing_conditionalized_out;
1489
if (
if_stack
[i] == 1)
1503
_rl_parsing_conditionalized_out =
if_stack
[--if_stack_depth];
/src/external/gpl3/gdb.old/dist/readline/readline/
bind.c
1258
static unsigned char *
if_stack
= (unsigned char *)NULL;
variable
1274
if (!
if_stack
)
1275
if_stack
= (unsigned char *)xmalloc (if_stack_size = 20);
1277
if_stack
= (unsigned char *)xrealloc (
if_stack
, if_stack_size += 20);
1279
if_stack
[if_stack_depth++] = _rl_parsing_conditionalized_out;
1489
if (
if_stack
[i] == 1)
1503
_rl_parsing_conditionalized_out =
if_stack
[--if_stack_depth];
Completed in 73 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026