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

Lines Matching refs:FILE

36 void dump_associated_rules PROTO((FILE*, int));
37 void dump_transitions PROTO((FILE*, int[]));
143 * and writes a report to the given file.
146 void dump_associated_rules( file, ds )
147 FILE *file;
173 fprintf( file, _( " associated rule line numbers:" ) );
178 putc( '\n', file );
180 fprintf( file, "\t%d", rule_set[i] );
183 putc( '\n', file );
190 * dump_transitions( FILE *file, int state[numecs] );
195 * is done to the given file.
198 void dump_transitions( file, state )
199 FILE *file;
211 fprintf( file, _( " out-transitions: " ) );
213 list_character_set( file, out_char_set );
219 fprintf( file, _( "\n jam-transitions: EOF " ) );
221 list_character_set( file, out_char_set );
223 putc( '\n', file );