HomeSort by: relevance | last modified time | path
    Searched defs:reentrant (Results 1 - 2 of 2) sorted by relevancy

  /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...]
initscan.c 2008 These are made visible to non-reentrant scanners for convenience. */
2747 reentrant = option_sense; variable
4796 /* Initialization is the same as for the non-reentrant scanner.
4826 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
4845 /* Reset the globals. This is important in a non-reentrant scanner so the next time

Completed in 19 milliseconds