Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/roff/troff/
HDenv.cpp686 suppress_next_eol(0), in environment()
778 suppress_next_eol(e->suppress_next_eol), in environment()
1135 int suppress_next_eol = curenv->suppress_next_eol; in environment_switch() local
1139 curenv->suppress_next_eol = suppress_next_eol; in environment_switch()
1311 curenv->suppress_next_eol = 1; in no_fill()
1750 if (suppress_next_eol) in newline()
1751 suppress_next_eol = 0; in newline()
HDenv.h254 int suppress_next_eol; variable
HDdiv.cpp107 curenv->suppress_next_eol = curdiv->saved_suppress_next_eol; in do_divert()
130 curdiv->saved_suppress_next_eol = curenv->suppress_next_eol; in do_divert()
/NextBSD/contrib/groff/
HDChangeLog643 `seen_space', `seen_eol', and `suppress_next_eol' while switching
1305 `suppress_next_eol'.
1313 New variables `seen_space', `seen_eol', `suppress_next_eol',
1344 Set `suppress_next_eol'.