OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prepstate
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
ldlex.l
65
static enum
prepstate
70
}
prepstate
[MAX_PREPDEPTH];
76
static void push_state (enum
prepstate
);
116
if (
prepstate
[prepdepth - 1] == skip_if)
124
if (
prepstate
[prepdepth - 1] == skip_if)
276
push_state (enum
prepstate
state)
282
prepstate
[prepdepth++] = state;
ldlex.c
1140
static enum
prepstate
enum
1145
}
prepstate
[MAX_PREPDEPTH];
variable in typeref:enum:prepstate
[
all
...]
Completed in 1908 milliseconds