OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pop_state
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
ldlex.l
77
static int
pop_state
(void);
120
BEGIN (
pop_state
());
127
pop_state
();
132
BEGIN (
pop_state
()); }
287
pop_state
(void)
ldlex.c
2858
pop_state
(void)
function
[
all
...]
/external/mksh/src/
lex.c
158
#define
POP_STATE
() do { \
278
POP_STATE
();
280
POP_STATE
();
587
POP_STATE
();
618
POP_STATE
();
629
POP_STATE
();
644
POP_STATE
();
708
POP_STATE
();
725
POP_STATE
();
735
POP_STATE
();
[
all
...]
/external/chromium_org/third_party/ply/
lex.py
280
#
pop_state
() - Restores the previous state
282
def
pop_state
(self):
member in class:Lexer
[
all
...]
Completed in 256 milliseconds