Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:FILE

1 /* flexdef - definitions file for flex */
345 * eofseen - true if we've seen an eof in the input file
362 * backing_up_report - if true (i.e., -b flag), generate "lex.backup" file
404 * skelfile - the skeleton file
407 * yyin - input file
408 * backing_up_file - file to summarize backing-up states to
409 * infilename - name of input file
410 * outfilename - name of output file
431 extern FILE *skelfile, *yyin, *backing_up_file;
710 /* from file ccl.c */
717 extern void list_character_set PROTO((FILE*, int[]));
720 /* from file dfa.c */
740 /* from file ecs.c */
755 /* from file gen.c */
800 /* from file main.c */
807 /* from file misc.c */
809 /* Add a #define to the action file. */
861 extern void line_directive_out PROTO((FILE*, int));
903 /* Write out one section of the skeleton file. */
916 /* from file nfa.c */
958 /* from file parse.y */
984 /* from file scan.l */
989 /* Open the given file (if NULL, stdin) for scanning. */
992 /* Wrapup a file in the lexical analyzer. */
996 /* from file sym.c */
1021 /* from file tblcmp.c */
1046 /* from file yylex.c */