Searched refs:enable_newlines (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h72 simple_output &enable_newlines(int);
H A Dhtml-text.cpp157 out->enable_newlines(FALSE);
162 case PRE_TAG: out->put_string("</pre>"); out->enable_newlines(TRUE);
248 out->enable_newlines(TRUE); break;
252 case PRE_TAG: out->enable_newlines(TRUE);
260 out->enable_newlines(FALSE); break;
H A Doutput.cpp332 simple_output &simple_output::enable_newlines (int auto_newlines) function in class:simple_output

Completed in 88 milliseconds