Home | History | Annotate | Download | only in src

Lines Matching refs:states

29  * states while lexing word
193 Lex_state states[STATE_BSIZE], *statep, *s2, *base;
202 states[0].type = SINVALID;
203 states[0].ls_base = NULL;
204 statep = &states[1];
205 state_info.base = states;
897 if (statep != &states[1])