Home
last modified time | relevance | path

Searched refs:multiple_files (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp86 static int multiple_files = FALSE; /* must we the output be divided into */ variable
1582 if (multiple_files && (! header_filename.is_empty())) { in write_headings()
1600 if (multiple_files && (! header_filename.is_empty())) in write_headings()
2893 if (multiple_files) { in insert_split_file()
2916 if (! multiple_files) { in do_job_name()
2917 multiple_files = TRUE; in do_job_name()
4563 if (multiple_files) { in write_navigation()
4706 if (multiple_files) { in ~html_printer()
5003 multiple_files = TRUE; in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c519 static int multiple_files = 0; variable
858 multiple_files = 1; in main()
3064 if (!multiple_files) in output_lines()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc547 static int multiple_files = 0; variable
891 multiple_files = 1; in main()
3144 if (!multiple_files) in output_lines()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog3315 * src/devices/grohtml/post-html.cpp (job_name, multiple_files): New