Home
last modified time | relevance | path

Searched refs:pending_lines (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/groff/src/roff/troff/
Denv.cpp128 while (pending_lines) { in output()
129 if (widow_control && !pending_lines->no_fill && !pending_lines->next) in output()
131 if (!pending_lines->output()) in output()
133 pending_output_line *tem = pending_lines; in output()
134 pending_lines = pending_lines->next; in output()
140 if (!trap_sprung_flag && !pending_lines in output()
149 for (p = &pending_lines; *p; p = &(*p)->next) in output()
165 pending_lines = new pending_output_line(nd, no_fill_flag, vs, post_vs, in output_title()
166 width, 0, pending_lines); in output_title()
171 while (pending_lines && pending_lines->output()) { in output_pending_lines()
[all …]
Denv.h224 pending_output_line *pending_lines; variable
/freebsd-9-stable/contrib/groff/
DChangeLog.1156089 * troff/env.c (environment::is_empty): Test pending_lines.