/freebsd/contrib/flex/src/ |
H A D | main.c | 57 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 D | gen.c | 1676 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 D | flex.skl | 42 %# %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 D | misc.c | 743 do_copy = reentrant && do_copy; in skelout() 747 do_copy = !reentrant && do_copy; in skelout()
|
/freebsd/contrib/flex/ |
H A D | NEWS | 355 ** 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 D | ChangeLog | 280 …* 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 D | big_b.error | 15 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | big_l.error | 15 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | no_output2.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | help.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | no_b_opt.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | no_p_opt.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | nostdin.error | 15 -P create a reentrant parser, e.g., "%pure-parser"
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | help.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | no_b_opt.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | no_output2.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | no_p_opt.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | nostdin.error | 15 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | big_b.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
H A D | big_l.error | 16 -P create a reentrant parser, e.g., "%pure-parser"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_library_init.pod | 26 SSL_library_init() is not reentrant.
|
/freebsd/usr.sbin/jail/ |
H A D | jaillex.l | 53 %option reentrant
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 2 * 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 D | ncurses_dll.h.in | 65 * For reentrant code, we map the various global variables into SCREEN by
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 5 1: The DB routines are not reentrant. 6 2: The curses routines may not be reentrant.
|