Home
last modified time | relevance | path

Searched refs:State_info (Results 1 – 1 of 1) sorted by relevance

/openbsd/bin/ksh/
H A Dlex.c72 typedef struct State_info State_info; typedef
73 struct State_info { struct
87 static Lex_state *push_state_(State_info *, Lex_state *); argument
88 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_()