Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c131 FILE *fdefine; /* file for # defines */ variable
187 fdefine = NULL;
293 fdefine = fopen(fname, "w");
294 if (fdefine == NULL)
1086 if (fdefine != NULL) in defout()
1087 (void) fprintf(fdefine, in defout()
1323 if (fdefine) in cpyunion()
1324 (void) fprintf(fdefine, "\ntypedef union\n"); in cpyunion()
1326 if (fdefine) in cpyunion()
1327 (void) fprintf(fdefine, in cpyunion()
[all …]
H A Ddextern.h160 extern FILE *fdefine; /* file for #defines */
H A Dy1.c481 if (fdefine != NULL) in summary()
482 (void) fclose(fdefine); in summary()