Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dsym.c207 scbol = reallocate_integer_array (scbol, current_max_scs); in scextend()
235 scbol[lastsc] = mkstate (SYM_EPSILON); in scinstal()
H A Dparse.y242 scbol[scon_stk[i]] =
243 mkbranch( scbol[scon_stk[i]],
255 scbol[i] = mkbranch( scbol[i],
H A Dmain.c85 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1745 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
H A Dflexdef.h546 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
H A Ddfa.c568 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
/freebsd/usr.bin/lex/
H A Dinitparse.c988 scbol[scon_stk[i]] = in YYPARSE_DECL()
989 mkbranch( scbol[scon_stk[i]], in YYPARSE_DECL()
1001 scbol[i] = mkbranch( scbol[i], in YYPARSE_DECL()