Searched refs:fdebug (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 134 FILE *fdebug; /* where the strings for debugging are stored */ variable 299 fdebug = fopen(DEBUGNAME, "w"); 300 if (fdebug == NULL) 1067 (void) fprintf(fdebug, WSFMT("\t\"%ws\",\t%d,\n"), in defout() 1080 (void) fprintf(fdebug, in defout() 1861 (void) fprintf(fdebug, WSFMT("\t\"%ws :%ws\",\n"), lhstext, rhs); in lrprnt() 1870 (void) fprintf(fdebug, in beg_debug() 1872 (void) fprintf(fdebug, in beg_debug() 1874 (void) fprintf(fdebug, "#endif\n{\n"); in beg_debug() 1875 (void) fprintf(fdebug, in beg_debug() [all …]
|
H A D | dextern.h | 163 extern FILE *fdebug; /* tempfile for two debugging info arrays */
|
H A D | y1.c | 278 if ((fdebug = fopen(DEBUGNAME, "r")) == NULL) in others() 280 while ((c = getwc(fdebug)) != EOF) in others() 282 (void) fclose(fdebug); in others()
|