Searched refs:the_output (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp290 delete the_output;
296 if (!the_output)
298 assert(the_output != 0);
299 out = the_output;
300 the_output = this;
309 the_output->begin_page(pageno, page_length);
432 the_output = out;
700 the_output->vjustify(vertical_position, type);
H A Ddiv.cpp394 the_output->print_line(page_offset, vertical_position, nd,
432 the_output->transparent_char(*s++);
444 the_output->copy_file(page_offset, vertical_position, filename);
560 if (the_output) {
561 the_output->trailer(topdiv->get_page_length());
562 delete the_output;
582 if (!the_output)
603 the_output->begin_page(page_number, page_length);
848 if (the_output)
849 the_output
[all...]
H A Dnode.h658 extern output_file *the_output;
H A Dnode.cpp1576 output_file *the_output = 0; variable
6429 the_output = new suppress_output_file;
6431 the_output = new ascii_output_file;
6433 the_output = new troff_output_file;
6453 if (the_output)
6454 return the_output->is_printing() ? "1" : "0";
H A Dinput.cpp293 if (!the_output)
295 the_output->put_filename(fn);
402 if (!the_output)
404 the_output->put_filename(f);
6862 if (the_output) {

Completed in 193 milliseconds