Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c134 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 Ddextern.h163 extern FILE *fdebug; /* tempfile for two debugging info arrays */
H A Dy1.c278 if ((fdebug = fopen(DEBUGNAME, "r")) == NULL) in others()
280 while ((c = getwc(fdebug)) != EOF) in others()
282 (void) fclose(fdebug); in others()