Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c185 fdefine = NULL; in setup()
289 fdefine = fopen(fname, "w"); in setup()
290 if (fdefine == NULL) in setup()
1078 if (fdefine != NULL) in defout()
1079 (void) fprintf(fdefine, in defout()
1315 if (fdefine) in cpyunion()
1318 if (fdefine) in cpyunion()
1319 (void) fprintf(fdefine, in cpyunion()
1334 if (fdefine) in cpyunion()
1335 (void) putwc(c, fdefine); in cpyunion()
[all …]
H A Ddextern.h158 extern FILE *fdefine; /* file for #defines */
H A Dy1.c479 if (fdefine != NULL) in summary()
480 (void) fclose(fdefine); in summary()