HomeSort by: relevance | last modified time | path
    Searched refs:yydebug (Results 1 - 10 of 10) sorted by relevancy

  /src/tools/m4/bootstrap/
parser.c 241 #ifndef YYDEBUG
242 #define YYDEBUG 0
245 #if YYDEBUG
301 int yydebug; variable
354 #if YYDEBUG
357 if ((yys = getenv("YYDEBUG")) != NULL)
361 yydebug = yyn - '0';
379 #if YYDEBUG
380 if (yydebug)
393 #if YYDEBUG
    [all...]
  /src/usr.sbin/gspa/gspa/
gspa.c 58 extern int yydebug;
137 yydebug = YYDEBUG_VALUE;
  /src/usr.bin/xlint/lint1/
main1.c 236 #if YYDEBUG
238 yydebug = 1;
externs1.h 73 extern int yydebug;
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 144 #define YYDEBUG 1 /* Enable debug output */
159 #ifndef YYDEBUG
160 # define YYDEBUG 0
483 #if YYDEBUG
509 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
690 #if YYDEBUG
699 if (yydebug) \
705 if (yydebug) \
800 if (yydebug) \
838 if (yydebug) \
844 int yydebug; variable
    [all...]
dtparser.tab.c 139 #define YYDEBUG 1 /* Enable debug output */
153 #ifndef YYDEBUG
154 # define YYDEBUG 0
502 #if YYDEBUG
536 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
772 #if YYDEBUG
781 if (yydebug) \
787 if (yydebug) \
882 if (yydebug) \
920 if (yydebug) \
926 int yydebug; variable
    [all...]
prparser.tab.c 138 #define YYDEBUG 1 /* Enable debug output */
152 #ifndef YYDEBUG
153 # define YYDEBUG 0
504 #if YYDEBUG
539 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
775 #if YYDEBUG
784 if (yydebug) \
790 if (yydebug) \
885 if (yydebug) \
923 if (yydebug) \
929 int yydebug; variable
    [all...]
aslglobal.h 142 extern int yydebug;
  /src/sys/dev/microcode/aic7xxx/
aicasm.c 112 extern int yydebug;
147 yydebug = 0;
158 yydebug = 1;
  /src/usr.bin/config/
main.c 170 #if !defined(MAKE_BOOTSTRAP) && defined(YYDEBUG)
171 extern int yydebug;
246 #if !defined(MAKE_BOOTSTRAP) && defined(YYDEBUG)
247 yydebug = 1;

Completed in 27 milliseconds