Searched refs:pop_state (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/src/
H A Dldlex.l77 static int pop_state (void);
120 BEGIN (pop_state ());
127 pop_state ();
132 BEGIN (pop_state ()); }
287 pop_state (void)
H A Dldlex.c1152 static int pop_state (void);
1503 BEGIN (pop_state ());
1518 pop_state ();
1531 BEGIN (pop_state ()); }
2858 pop_state (void) function
/external/chromium_org/third_party/ply/
H A Dlex.py280 # pop_state() - Restores the previous state
282 def pop_state(self): member in class:Lexer

Completed in 777 milliseconds