HomeSort by: relevance | last modified time | path
    Searched defs:the_output (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 1578 output_file *the_output = 0; variable
6432 the_output = new suppress_output_file;
6434 the_output = new ascii_output_file;
6436 the_output = new troff_output_file;
6456 if (the_output)
6457 return the_output->is_printing() ? "1" : "0";

Completed in 17 milliseconds