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.c294 fdebug = fopen(DEBUGNAME, "w"); in setup()
295 if (fdebug == NULL) in setup()
1072 (void) fprintf(fdebug, in defout()
1860 (void) fprintf(fdebug, in beg_debug()
1862 (void) fprintf(fdebug, in beg_debug()
1864 (void) fprintf(fdebug, "#endif\n{\n"); in beg_debug()
1865 (void) fprintf(fdebug, in beg_debug()
1868 (void) fprintf(fdebug, in beg_debug()
1880 (void) fprintf(fdebug, "};\n\n"); in end_toks()
1881 (void) fprintf(fdebug, in end_toks()
[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()