Home
last modified time | relevance | path

Searched refs:reentrant (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/flex/src/
H A Dmain.c57 int reentrant, bison_bridge_lval, bison_bridge_lloc; variable
226 if (reentrant || bison_bridge_lval) in check_options()
283 if (C_plus_plus && (reentrant)) in check_options()
437 if (reentrant) { in check_options()
775 if (reentrant) in flexend()
960 reentrant = bison_bridge_lval = bison_bridge_lloc = false; in flexinit()
1158 reentrant = true; in flexinit()
1162 reentrant = false; in flexinit()
1589 if (reentrant) in readin()
1615 if (reentrant){ in readin()
[all …]
H A Dgen.c1676 if (!C_plus_plus && !reentrant) { in make_tables()
1733 if (!C_plus_plus && !reentrant) { in make_tables()
1751 if (!C_plus_plus && !reentrant) { in make_tables()
1758 if (!C_plus_plus && !reentrant) { in make_tables()
1798 if (!reentrant){ in make_tables()
1803 else if (!reentrant) { in make_tables()
1847 if (!reentrant){ in make_tables()
1854 if(! reentrant) in make_tables()
H A Dflex.skl42 %# %if-reentrant - Print for reentrant scanners.(push)
43 %# %if-not-reentrant - Print for non-reentrant scanners. (push)
61 %if-not-reentrant
270 %if-reentrant
301 are macros in the reentrant scanner. */
322 %if-not-reentrant
402 %if-not-reentrant
407 %if-not-reentrant
537 %if-not-reentrant
567 %if-not-reentrant
[all …]
H A Dmisc.c743 do_copy = reentrant && do_copy; in skelout()
747 do_copy = !reentrant && do_copy; in skelout()
/freebsd/contrib/flex/
H A DNEWS355 ** yylineno is per-buffer in reentrant scanners
479 ** Removed %option reentrant-bison/--reentrant-bison/-Rb
541 variables are reentrant-safe
563 ** the tests using the reentrant c scanner as c++ were reworked
620 ** new yylex_destroy() function for the non-reentrant scanner
686 ** Support for reentrant C scanners has been added
688 *** Updated the manual with the new reentrant API
690 *** Two new options %option reentrant (-R) and
691 %option reentrant-bison (-Rb)
700 *** New style for invoking reentrant scanner:
H A DChangeLog280 …* src/flex.skl: Add more defines in the non-reentrant part. Fix the reentrant part; don't "#defin…
1852 tests/test-include-by-reentrant/.gitignore,
1853 tests/test-include-by-reentrant/Makefile.am,
1854 tests/test-include-by-reentrant/scanner.l,
1855 tests/test-include-by-reentrant/test-1.input,
1856 tests/test-include-by-reentrant/test-2.input,
1857 tests/test-include-by-reentrant/test-3.input: refactor include_by_*
2652 tests/test-include-by-reentrant/Makefile.am,
2843 tests/test-include-by-reentrant/.cvsignore,
2844 tests/test-include-by-reentrant/.gitignore,
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dbig_b.error15 -P create a reentrant parser, e.g., "%pure-parser"
H A Dbig_l.error15 -P create a reentrant parser, e.g., "%pure-parser"
H A Dno_output2.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dhelp.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dno_b_opt.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dno_p_opt.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dnostdin.error15 -P create a reentrant parser, e.g., "%pure-parser"
/freebsd/contrib/byacc/test/yacc/
H A Dhelp.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dno_b_opt.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dno_output2.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dno_p_opt.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dnostdin.error15 -P create a reentrant parser, e.g., "%pure-parser"
H A Dbig_b.error16 -P create a reentrant parser, e.g., "%pure-parser"
H A Dbig_l.error16 -P create a reentrant parser, e.g., "%pure-parser"
/freebsd/crypto/openssl/doc/man3/
H A DSSL_library_init.pod26 SSL_library_init() is not reentrant.
/freebsd/usr.sbin/jail/
H A Djaillex.l53 %option reentrant
/freebsd/contrib/libpcap/
H A Dgrammar.y.in2 * We want a reentrant parser.
7 * We also want a reentrant scanner, so we have to pass the
8 * handle for the reentrant scanner to the parser, and the
133 * whatever name it has) is global, even if it's building a reentrant
135 * later, it's local in reentrant parsers.
/freebsd/contrib/ncurses/include/
H A Dncurses_dll.h.in65 * For reentrant code, we map the various global variables into SCREEN by
/freebsd/contrib/nvi/cl/
H A DREADME.signal5 1: The DB routines are not reentrant.
6 2: The curses routines may not be reentrant.

123