Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dsym.c214 scbol = reallocate_integer_array (scbol, current_max_scs); in scextend()
241 scbol[lastsc] = mkstate (SYM_EPSILON); in scinstal()
Dparse.y239 scbol[scon_stk[i]] =
240 mkbranch( scbol[scon_stk[i]],
252 scbol[i] = mkbranch( scbol[i],
Dmain.c84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1670 scbol = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
Dflexdef.h551 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
Ddfa.c579 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()