Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dgen.c158 if (fullspd) in gen_backing_up()
185 if (fullspd || fulltbl) in gen_bu_action()
505 if (fullspd) in gen_find_action()
803 else if (fullspd) { in gen_next_match()
889 if (!fulltbl && !fullspd) in gen_next_state()
909 else if (fullspd) in gen_next_state()
928 if (fullspd || fulltbl) in gen_next_state()
945 if (need_backing_up && (!nultrans || fullspd || fulltbl)) in gen_NUL_trans()
968 else if (fullspd) { in gen_NUL_trans()
1009 if (need_backing_up && (fullspd || fulltbl)) { in gen_NUL_trans()
[all …]
H A Dmain.c57 int fullspd, gen_line_dirs, performance_report, backing_up_report; variable
226 if (fulltbl || fullspd) in check_options()
247 if ((fulltbl || fullspd) && !useecs) in check_options()
254 if (fulltbl || fullspd) in check_options()
260 if (fulltbl || fullspd) { in check_options()
273 if (fulltbl && fullspd) in check_options()
278 if (C_plus_plus && fullspd) in check_options()
736 else if (fullspd || fulltbl) in flexend()
817 if (fullspd) in flexend()
847 else if (fullspd || fulltbl) in flexend()
[all …]
H A Ddfa.c457 if (!fullspd && ecgroup[0] == numecs) { in ntod()
482 if (fullspd) { in ntod()
585 if (!fullspd) { in ntod()
735 else if (fullspd) in ntod()
777 else if (!fullspd) { in ntod()
H A Dflexdef.h372 extern int useecs, fulltbl, usemecs, fullspd;
H A Dinitscan.c2683 use_read = fullspd = true;
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog10628 be opened. Added -cF. Added fullspd to be equivalent to fulltbl