Searched refs:bison_bridge_lval (Results 1 - 4 of 4) sorted by path

/freebsd-10.3-release/contrib/flex/
H A Dflexdef.h379 * bison_bridge_lval - if true (--bison-bridge), bison pure calling convention.
407 extern int reentrant, bison_bridge_lval, bison_bridge_lloc;
H A Dmain.c58 int reentrant, bison_bridge_lval, bison_bridge_lloc;
242 if (reentrant || bison_bridge_lval)
302 if (C_plus_plus && bison_bridge_lval)
429 if ( bison_bridge_lval)
762 if (bison_bridge_lval)
947 reentrant = bison_bridge_lval = bison_bridge_lloc = false;
1138 bison_bridge_lval = true;
1142 bison_bridge_lval = bison_bridge_lloc = true;
57 int reentrant, bison_bridge_lval, bison_bridge_lloc; variable
H A Dmisc.c885 do_copy = bison_bridge_lval && do_copy;
889 do_copy = !bison_bridge_lval && do_copy;
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c2769 bison_bridge_lval = option_sense; variable
2775 bison_bridge_lval = true;

Completed in 140 milliseconds