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

/freebsd-10-stable/contrib/flex/
H A Dsym.c227 scbol = reallocate_integer_array (scbol, current_max_scs);
257 scbol[lastsc] = mkstate (SYM_EPSILON);
H A Dparse.y240 scbol[scon_stk[i]] =
241 mkbranch( scbol[scon_stk[i]],
253 scbol[i] = mkbranch( scbol[i],
H A Dmain.c85 int lastsc, *scset, *scbol, *scxclu, *sceof;
1735 scbol = allocate_integer_array (current_max_scs);
84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
H A Ddfa.c585 mkbranch (scbol[i / 2], scset[i / 2]);
H A Dflexdef.h583 * scbol - set of rules active only at the beginning of line in a s.c.
589 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c990 scbol[scon_stk[i]] =
991 mkbranch( scbol[scon_stk[i]],
1003 scbol[i] = mkbranch( scbol[i],

Completed in 147 milliseconds