Searched refs:reentrant (Results 1 - 11 of 11) sorted by path

/freebsd-10.3-release/contrib/flex/
H A Dflexdef.h378 * reentrant - if true (-R), generate a reentrant C scanner.
407 extern int reentrant, bison_bridge_lval, bison_bridge_lloc;
H A Dgen.c1687 if (!C_plus_plus && !reentrant) {
1743 if (!C_plus_plus && !reentrant) {
1761 if (!C_plus_plus && !reentrant) {
1768 if (!C_plus_plus && !reentrant) {
1808 if (!reentrant){
1813 else if (!reentrant) {
1857 if (!reentrant){
1864 if(! reentrant)
H A Dmain.c58 int reentrant, bison_bridge_lval, bison_bridge_lloc;
242 if (reentrant || bison_bridge_lval)
244 ("Can't use --reentrant or --bison-bridge with -l option"));
299 if (C_plus_plus && (reentrant))
300 flexerror (_("Options -+ and --reentrant are mutually exclusive."));
423 if (reentrant) {
760 if (reentrant)
761 fputs ("--reentrant", stderr);
947 reentrant = bison_bridge_lval = bison_bridge_lloc = false;
1146 reentrant
57 int reentrant, bison_bridge_lval, bison_bridge_lloc; variable
[all...]
H A Dmisc.c47 #define CMD_IF_REENTRANT "%if-reentrant"
48 #define CMD_IF_NOT_REENTRANT "%if-not-reentrant"
877 do_copy = reentrant && do_copy;
881 do_copy = !reentrant && do_copy;
/freebsd-10.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c201 __mf_set_state (reentrant);
H A Dmf-hooks3.c175 reentrant state. The state gets reset to active for the main thread
179 should *always* be considered to be reentrant, so that none of our
185 return reentrant;
H A Dmf-impl.h99 reentrant means we are inside a mf-runtime support routine, such as
107 enum __mf_state_enum { active, reentrant, in_malloc }; enumerator in enum:__mf_state_enum
384 else if (UNLIKELY (__mf_get_state () == reentrant)) \
H A Dmf-runtime.c148 if (__mf_get_state () == reentrant)
155 __mf_set_state (reentrant);
181 __thread enum __mf_state_enum __mf_state_1 = reentrant;
184 enum __mf_state_enum __mf_state_1 = reentrant;
2221 assert (__mf_get_state () == reentrant);
/freebsd-10.3-release/contrib/libpcap/
H A Drunlex.sh88 # Does it support -R, for generating reentrant scanners?
96 if flex --help | egrep reentrant >/dev/null
/freebsd-10.3-release/usr.bin/csup/
H A Drcstokenizer.l39 %option reentrant noyywrap
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c2032 These are made visible to non-reentrant scanners for convenience. */
2885 reentrant = option_sense; variable
5041 /* Initialization is the same as for the non-reentrant scanner.
5076 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
5098 /* Reset the globals. This is important in a non-reentrant scanner so the next time

Completed in 201 milliseconds