Searched refs:State_info (Results 1 – 1 of 1) sorted by relevance
72 typedef struct State_info State_info; typedef73 struct State_info { struct87 static Lex_state *push_state_(State_info *, Lex_state *); argument88 static Lex_state *pop_state_(State_info *, Lex_state *);139 State_info state_info; in yylex()1672 push_state_(State_info *si, Lex_state *old_end) in push_state_()1684 pop_state_(State_info *si, Lex_state *old_end) in pop_state_()