Home
last modified time | relevance | path

Searched refs:fdebug (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c132 FILE *fdebug; /* where the strings for debugging are stored */ variable
294 fdebug = fopen(DEBUGNAME, "w"); in setup()
295 if (fdebug == NULL) in setup()
1034 (void) fprintf(fdebug, "\t\"%ws\",\t%d,\n", in defout()
1047 (void) fprintf(fdebug, in defout()
1826 (void) fprintf(fdebug, "\t\"%ws :%ws\",\n", lhstext, rhs); in lrprnt()
1835 (void) fprintf(fdebug, in beg_debug()
1837 (void) fprintf(fdebug, in beg_debug()
1839 (void) fprintf(fdebug, "#endif\n{\n"); in beg_debug()
1840 (void) fprintf(fdebug, in beg_debug()
[all …]
H A Ddextern.h161 extern FILE *fdebug; /* tempfile for two debugging info arrays */
H A Dy1.c277 if ((fdebug = fopen(DEBUGNAME, "r")) == NULL) in others()
279 while ((c = getwc(fdebug)) != EOF) in others()
281 (void) fclose(fdebug); in others()