Searched refs:line_directive_out (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | scan.l | 109 line_directive_out(NULL, 1); \ 119 if (!indented_code) line_directive_out(NULL, 0);\ 192 line_directive_out(NULL, 1);
|
H A D | gen.c | 1861 line_directive_out (stdout, 0); in make_tables() 1930 line_directive_out (stdout, 0); in make_tables() 2065 line_directive_out (stdout, 0); in make_tables() 2153 line_directive_out (stdout, 1); in make_tables()
|
H A D | nfa.c | 289 line_directive_out(NULL, 1); in finish_rule()
|
H A D | main.c | 454 line_directive_out (stdout, 0); in check_options() 1473 line_directive_out(NULL, 1); in readin()
|
H A D | misc.c | 339 void line_directive_out (FILE *output_file, int do_infile) in line_directive_out() function
|
H A D | flexdef.h | 865 extern void line_directive_out(FILE *, int);
|
H A D | parse.y | 981 line_directive_out(NULL, 1);
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 1955 line_directive_out(NULL, 1); \ 1965 if (!indented_code) line_directive_out(NULL, 0);\ 2354 line_directive_out(NULL, 1);
|
H A D | initparse.c | 558 line_directive_out(NULL, 1); in build_eof_action()
|