Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dmain.c56 useecs, fulltbl, usemecs; 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()
736 else if (fullspd || fulltbl) in flexend()
815 if (fulltbl) in flexend()
847 else if (fullspd || fulltbl) in flexend()
884 if (fulltbl) { in flexend()
[all …]
H A Dgen.c185 if (fullspd || fulltbl) in gen_bu_action()
508 else if (fulltbl) in gen_find_action()
773 if (fulltbl) { in gen_next_match()
889 if (!fulltbl && !fullspd) in gen_next_state()
898 if (fulltbl) { in gen_next_state()
928 if (fullspd || fulltbl) in gen_next_state()
945 if (need_backing_up && (!nultrans || fullspd || fulltbl)) in gen_NUL_trans()
959 else if (fulltbl) { in gen_NUL_trans()
1009 if (need_backing_up && (fullspd || fulltbl)) { in gen_NUL_trans()
1632 else if (fulltbl) { in make_tables()
[all …]
H A Ddfa.c463 if (fulltbl && !use_NUL_table) { in ntod()
490 else if (fulltbl) { in ntod()
695 if (fulltbl) { in ntod()
763 if (fulltbl) { in ntod()
H A Dflexdef.h372 extern int useecs, fulltbl, usemecs, fullspd;
H A Dinitscan.c2690 use_read = fulltbl = true;
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog10628 be opened. Added -cF. Added fullspd to be equivalent to fulltbl