Lines Matching refs:fdefine
131 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()
1342 if (fdefine) in cpyunion()
1343 (void) putwc(c, fdefine); in cpyunion()
1359 if (fdefine) in cpyunion()
1360 (void) fprintf(fdefine, in cpyunion()