Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/flex/
HDsym.c229 sceof = reallocate_integer_array (sceof, current_max_scs); in scextend()
259 sceof[lastsc] = false;
HDparse.y302 if ( ! sceof[i] )
961 if ( sceof[scon_stk[i]] )
968 sceof[scon_stk[i]] = true;
HDmain.c84 int lastsc, *scset, *scbol, *scxclu, *sceof; variable
1736 sceof = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
HDflexdef.h589 extern int lastsc, *scset, *scbol, *scxclu, *sceof;
HDgen.c2079 if (!sceof[i]) { in make_tables()
/freebsd-11-stable/usr.bin/lex/
HDinitparse.c528 if ( sceof[scon_stk[i]] ) in build_eof_action()
535 sceof[scon_stk[i]] = true; in build_eof_action()
1054 if ( ! sceof[i] ) in YYPARSE_DECL()