Home
last modified time | relevance | path

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

/NextBSD/contrib/flex/
HDsym.c227 scbol = reallocate_integer_array (scbol, current_max_scs); in scextend()
257 scbol[lastsc] = mkstate (SYM_EPSILON);
HDparse.y240 scbol[scon_stk[i]] =
241 mkbranch( scbol[scon_stk[i]],
253 scbol[i] = mkbranch( scbol[i],
HDmain.c84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1734 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
HDflexdef.h589 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
HDdfa.c585 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
/NextBSD/usr.bin/lex/
HDinitparse.c990 scbol[scon_stk[i]] = in YYPARSE_DECL()
991 mkbranch( scbol[scon_stk[i]], in YYPARSE_DECL()
1003 scbol[i] = mkbranch( scbol[i], in YYPARSE_DECL()