Searched refs:the_output (Results 1 – 6 of 6) sorted by relevance
290 delete the_output; in ~column()296 if (!the_output) in start()298 assert(the_output != 0); in start()299 out = the_output; in start()300 the_output = this; in start()309 the_output->begin_page(pageno, page_length); in begin_page()432 the_output = out; in output()700 the_output->vjustify(vertical_position, type); in vjustify()
394 the_output->print_line(page_offset, vertical_position, nd, in output()432 the_output->transparent_char(*s++); in transparent_output()444 the_output->copy_file(page_offset, vertical_position, filename); in copy_file()560 if (the_output) { in cleanup_and_exit()561 the_output->trailer(topdiv->get_page_length()); in cleanup_and_exit()562 delete the_output; in cleanup_and_exit()582 if (!the_output) in begin_page()603 the_output->begin_page(page_number, page_length); in begin_page()848 if (the_output) in flush_output()849 the_output->flush(); in flush_output()
658 extern output_file *the_output;
1576 output_file *the_output = 0; variable6429 the_output = new suppress_output_file; in init_output()6431 the_output = new ascii_output_file; in init_output()6433 the_output = new troff_output_file; in init_output()6453 if (the_output) in get_string()6454 return the_output->is_printing() ? "1" : "0"; in get_string()
293 if (!the_output) in file_iterator()295 the_output->put_filename(fn); in file_iterator()402 if (!the_output) in set_location()404 the_output->put_filename(f); in set_location()6861 if (the_output) { in pipe_output()
4336 init_output() if the_output is 0.