Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/yacc/
Dlalr.c225 int state1; in set_goto_map() local
265 state1 = sp->number; in set_goto_map()
274 from_state[k] = state1; in set_goto_map()
401 int state1; in build_relations() local
417 state1 = from_state[i]; in build_relations()
423 states[0] = state1; in build_relations()
424 stateno = state1; in build_relations()
/mirbsd/src/usr.bin/lex/
Dnfa.c100 void dumpnfa( state1 ) in dumpnfa() argument
101 int state1; in dumpnfa()
108 state1 );