Searched refs:skelfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dmisc.c814 * Copies skelfile or skel array to stdout until a line beginning with
830 /* Loop pulling lines either from the skelfile, if we're using
833 while (skelfile ?
834 (fgets (buf, MAXLINE, skelfile) != NULL) :
837 if (skelfile)
H A Dmain.c62 FILE *skelfile = NULL;
420 if (skelname && (skelfile = fopen (skelname, "r")) == NULL)
503 if (skelfile != NULL) {
504 if (ferror (skelfile))
508 else if (fclose (skelfile))
61 FILE *skelfile = NULL; variable
H A Dflexdef.h421 * skelfile - the skeleton file
423 * skel_ind - index into "skel" array, if skelfile is nil
449 extern FILE *skelfile, *yyin, *backing_up_file;

Completed in 62 milliseconds