OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/texinfo/dist/makeinfo/
html.c
81
enum {
null_state
, comment_state, import_state, inline_state } state
82
=
null_state
, prev_state;
84
prev_state =
null_state
;
103
case
null_state
: /* between things */
144
if (state !=
null_state
)
145
prev_state =
null_state
;
158
state =
null_state
;
80
enum {
null_state
, comment_state, import_state, inline_state } state
enumerator in enum:__anon9558
/src/external/gpl3/gcc/dist/gcc/
tree-eh.cc
2188
struct leh_state
null_state
;
local
2197
memset (&
null_state
, 0, sizeof (
null_state
));
2200
lower_eh_constructs_1 (&
null_state
, &bodyp);
/src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc
2187
struct leh_state
null_state
;
local
2196
memset (&
null_state
, 0, sizeof (
null_state
));
2199
lower_eh_constructs_1 (&
null_state
, &bodyp);
Completed in 21 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026