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
48
static enum
prepstate
53
}
prepstate
[MAX_PREPDEPTH];
59
static void push_state (enum
prepstate
);
99
if (
prepstate
[prepdepth - 1] == skip_if)
107
if (
prepstate
[prepdepth - 1] == skip_if)
258
push_state (enum
prepstate
state)
264
prepstate
[prepdepth++] = state;
ldlex.c
1042
static enum
prepstate
enum
1047
}
prepstate
[MAX_PREPDEPTH];
variable in typeref:enum:prepstate
[
all
...]
Completed in 163 milliseconds