HomeSort by: relevance | last modified time | path
    Searched refs:was_centered (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 69 int was_centered; member in class:pending_output_line
93 : nd(n), no_fill(nf), was_centered(ce), vs(v), post_vs(pv), width(w),
119 curenv->construct_format_state(nd, was_centered, !no_fill);
127 hunits width, int was_centered)
147 curenv->construct_format_state(nd, was_centered, !no_fill_flag);
154 was_centered);
1689 int was_centered = 0; local
1728 was_centered = 1;
1758 output_line(to_be_output, to_be_output_width, was_centered);
1768 void environment::output_line(node *n, hunits width, int was_centered)
2076 int was_centered = center_lines > 0; local
2329 int was_centered = 0; local
    [all...]
env.h 240 hunits width, int was_centered);
359 void construct_format_state(node *n, int was_centered, int fill);

Completed in 32 milliseconds