Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dgen.c155 if (fullspd) in gen_backing_up()
182 if (fullspd || fulltbl) in gen_bu_action()
502 if (fullspd) in gen_find_action()
800 else if (fullspd) { in gen_next_match()
886 if (!fulltbl && !fullspd) in gen_next_state()
906 else if (fullspd) in gen_next_state()
925 if (fullspd || fulltbl) in gen_next_state()
942 if (need_backing_up && (!nultrans || fullspd || fulltbl)) in gen_NUL_trans()
965 else if (fullspd) { in gen_NUL_trans()
1006 if (need_backing_up && (fullspd || fulltbl)) { in gen_NUL_trans()
[all …]
H A Dmain.c54 int fullspd, gen_line_dirs, performance_report, backing_up_report; variable
223 if (fulltbl || fullspd) in check_options()
244 if ((fulltbl || fullspd) && !useecs) in check_options()
251 if (fulltbl || fullspd) in check_options()
257 if (fulltbl || fullspd) { in check_options()
270 if (fulltbl && fullspd) in check_options()
275 if (C_plus_plus && fullspd) in check_options()
733 else if (fullspd || fulltbl) in flexend()
814 if (fullspd) in flexend()
844 else if (fullspd || fulltbl) in flexend()
[all …]
H A Ddfa.c456 if (!fullspd && ecgroup[0] == numecs) { in ntod()
481 if (fullspd) { in ntod()
584 if (!fullspd) { in ntod()
734 else if (fullspd) in ntod()
776 else if (!fullspd) { in ntod()
H A Dflexdef.h363 extern int useecs, fulltbl, usemecs, fullspd;
/freebsd/usr.bin/lex/
H A Dinitscan.c2777 use_read = fullspd = true;
/freebsd/contrib/flex/
H A DChangeLog10628 be opened. Added -cF. Added fullspd to be equivalent to fulltbl