HomeSort by: relevance | last modified time | path
    Searched refs:reentrant (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/bsd/flex/dist/tests/
header_r_scanner.l 35 %option reentrant
top.l 42 %option reentrant
array_r.l 35 %option warn array reentrant
basic_r.l 24 /* A reentrant scanner.
38 %option reentrant
c_cxx_r.lll 37 %option warn reentrant
debug_r.l 34 %option warn debug reentrant
bison_yylloc_scanner.l 35 %option reentrant bison-bridge bison-locations yylineno
multiple_scanners_r_1.l 35 %option warn stack reentrant
multiple_scanners_r_2.l 35 %option warn stack reentrant noyy_top_state
lineno_r.l 38 %option nounput nomain noyywrap noinput yylineno reentrant
prefix_r.l 32 %option reentrant
alloc_extra.l 52 %option reentrant
bison_yylval_scanner.l 37 %option reentrant bison-bridge
include_by_reentrant.direct.l 38 %option reentrant
rescan_r.direct.l 31 %option nounput nomain noyywrap noinput reentrant
string_r.l 37 %option warn reentrant
yyextra.l 53 %option reentrant
mem_r.l 44 %option warn stack nodefault reentrant
pthread.l 52 %option reentrant
  /src/external/bsd/flex/dist/src/
main.c 61 int reentrant, bison_bridge_lval, bison_bridge_lloc;
230 if (reentrant || bison_bridge_lval)
232 ("Can't use --reentrant or --bison-bridge with -l option"));
287 if (C_plus_plus && (reentrant))
288 flexerror (_("Options -+ and --reentrant are mutually exclusive."));
441 if (reentrant) {
779 if (reentrant)
780 fputs ("--reentrant", stderr);
964 reentrant = bison_bridge_lval = bison_bridge_lloc = false;
1162 reentrant = true
60 int reentrant, bison_bridge_lval, bison_bridge_lloc; variable
    [all...]
gen.c 1679 if (!C_plus_plus && !reentrant) {
1736 if (!C_plus_plus && !reentrant) {
1754 if (!C_plus_plus && !reentrant) {
1761 if (!C_plus_plus && !reentrant) {
1801 if (!reentrant){
1806 else if (!reentrant) {
1850 if (!reentrant){
1857 if(! reentrant)
misc.c 51 #define CMD_IF_REENTRANT "%if-reentrant"
52 #define CMD_IF_NOT_REENTRANT "%if-not-reentrant"
748 do_copy = reentrant && do_copy;
752 do_copy = !reentrant && do_copy;
flexdef.h 344 * reentrant - if true (-R), generate a reentrant C scanner.
374 extern int reentrant, bison_bridge_lval, bison_bridge_lloc;
  /src/external/lgpl3/gmp/dist/mpn/x86/fat/
fat_entry.asm 218 C modifiable then cpuid is supported. This test is reentrant and thread
  /src/external/bsd/libpcap/dist/
scanner.l 58 * We want a reentrant scanner.
60 %option reentrant
88 * We want to generate code that can be used by a reentrant parser

Completed in 21 milliseconds

1 2