Searched refs:tablesext (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dtables.h56 * tablesext - if true, create external tables
63 extern bool tablesext, tablesverify,gentables;
H A Dgen.c1155 if (tablesext) {
1231 if (tablesext) {
1243 if (tablesext) {
1290 if (tablesext) {
1352 if (tablesext) {
1386 if (tablesext) {
1426 if (tablesext) {
1462 if (tablesext) {
1613 if (tablesext) {
1642 if (tablesext) {
[all...]
H A Dmain.c111 bool tablesext, tablesverify, gentables;
381 if (tablesext)
389 if (tablesext) {
953 tablesext = tablesverify = false;
1175 tablesext = true;
110 bool tablesext, tablesverify, gentables; variable
H A Dmisc.c895 do_copy = do_copy && tablesext;
898 if (tablesext && yydmap_buf.elts)
H A Dscan.l37 extern bool tablesverify, tablesext;
431 if(!tablesext && option_sense)
432 tablesext = true;
H A Ddfa.c781 if (tablesext) {
H A Dparse.y208 { tablesext = true; tablesfilename = copy_string( nmstr ); }
/freebsd-10-stable/usr.bin/lex/
H A Dinitscan.c1924 extern bool tablesverify, tablesext;
3102 if(!tablesext && option_sense)
3103 tablesext = true;
H A Dinitparse.c957 { tablesext = true; tablesfilename = copy_string( nmstr ); }

Completed in 179 milliseconds