Home
last modified time | relevance | path

Searched refs:no_fill (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/groff/src/roff/troff/
HDenv.h109 void no_fill();
364 friend void no_fill();
HDenv.cpp66 int no_fill; member in pending_output_line
91 : nd(n), no_fill(nf), was_centered(ce), vs(v), post_vs(pv), width(w), in pending_output_line()
109 if (next && next->last_line && !no_fill) { in output()
117 curenv->construct_format_state(nd, was_centered, !no_fill); in output()
118 curdiv->output(nd, no_fill, vs, post_vs, width); in output()
129 if (widow_control && !pending_lines->no_fill && !pending_lines->next) in output()
187 if (!p->no_fill) in mark_last_line()
1304 void no_fill() in no_fill() function
3268 init_request("nf", no_fill); in init_env_requests()
/trueos/contrib/groff/
HDChangeLog.117994 * src/roff/troff/enc.cc (no_fill): Remove call to add_html_tag().
1383 (point_size, fill, no_fill, center, right_justify, line_length,
HDChangeLog.118543 (fill, no_fill): Set .br html tag additionally.
3159 (no_fill): Don't set `env->ignore_next_eol'.
HDChangeLog198 space_size, fill, no_fill, adjust, no_adjust, center, right_justify,
1343 (no_fill): Don't call `add_html_tag'.
HDChangeLog.1156110 pending_output_line to `no_fill'.