Searched refs:reentrant (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.sbin/jail/
H A Djaillex.l53 %option reentrant
/freebsd-current/contrib/flex/src/
H A Dmain.c58 int reentrant, bison_bridge_lval, bison_bridge_lloc;
227 if (reentrant || bison_bridge_lval)
229 ("Can't use --reentrant or --bison-bridge with -l option"));
284 if (C_plus_plus && (reentrant))
285 flexerror (_("Options -+ and --reentrant are mutually exclusive."));
438 if (reentrant) {
776 if (reentrant)
777 fputs ("--reentrant", stderr);
961 reentrant = bison_bridge_lval = bison_bridge_lloc = false;
1159 reentrant
57 int reentrant, bison_bridge_lval, bison_bridge_lloc; variable
[all...]
H A Dgen.c1676 if (!C_plus_plus && !reentrant) {
1733 if (!C_plus_plus && !reentrant) {
1751 if (!C_plus_plus && !reentrant) {
1758 if (!C_plus_plus && !reentrant) {
1798 if (!reentrant){
1803 else if (!reentrant) {
1847 if (!reentrant){
1854 if(! reentrant)
H A Dmisc.c46 #define CMD_IF_REENTRANT "%if-reentrant"
47 #define CMD_IF_NOT_REENTRANT "%if-not-reentrant"
743 do_copy = reentrant && do_copy;
747 do_copy = !reentrant && do_copy;
H A Dflexdef.h335 * reentrant - if true (-R), generate a reentrant C scanner.
365 extern int reentrant, bison_bridge_lval, bison_bridge_lloc;
/freebsd-current/contrib/libpcap/
H A Dscanner.l38 * We want a reentrant scanner.
40 %option reentrant
68 * We want to generate code that can be used by a reentrant parser
/freebsd-current/usr.bin/lex/
H A Dinitscan.c2015 These are made visible to non-reentrant scanners for convenience. */
2854 reentrant = option_sense; variable
5097 /* Initialization is the same as for the non-reentrant scanner.
5127 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
5146 /* Reset the globals. This is important in a non-reentrant scanner so the next time

Completed in 215 milliseconds