Searched refs:post_vs (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Ddiv.h52 virtual void output(node *nd, int retain_size, vunits vs, vunits post_vs,
81 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
120 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
H A Ddiv.cpp64 vertical_size(vunits vs, vunits post_vs);
67 vertical_size::vertical_size(vunits vs, vunits post_vs) argument
68 : pre_extra(V0), post_extra(V0), pre(vs), post(post_vs)
267 vunits vs, vunits post_vs, hunits width)
270 vertical_size v(vs, post_vs);
287 v.post = post_vs;
377 vunits vs, vunits post_vs, hunits width)
384 vertical_size v(vs, post_vs);
390 v.post = post_vs;
266 output(node *nd, int retain_size, vunits vs, vunits post_vs, hunits width) argument
376 output(node *nd, int retain_size, vunits vs, vunits post_vs, hunits width) argument
H A Denv.h237 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
239 void output_title(node *nd, int retain_size, vunits vs, vunits post_vs,
H A Denv.cpp69 vunits post_vs; member in class:pending_output_line
91 : nd(n), no_fill(nf), was_centered(ce), vs(v), post_vs(pv), width(w),
110 curdiv->need(vs + post_vs + vunits(vresolution));
118 curdiv->output(nd, no_fill, vs, post_vs, width);
124 vunits vs, vunits post_vs,
146 curdiv->output(nd, no_fill_flag, vs, post_vs, width);
151 *p = new pending_output_line(nd, no_fill_flag, vs, post_vs, width,
159 vunits vs, vunits post_vs,
163 curdiv->output(nd, no_fill_flag, vs, post_vs, width);
165 pending_lines = new pending_output_line(nd, no_fill_flag, vs, post_vs,
123 output(node *nd, int no_fill_flag, vunits vs, vunits post_vs, hunits width, int was_centered) argument
158 output_title(node *nd, int no_fill_flag, vunits vs, vunits post_vs, hunits width) argument
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Dman_validate.c58 static int post_vs(CHKARGS);
68 static v_check posts_br[] = { post_vs, check_eq0, NULL };
77 static v_check posts_sp[] = { post_vs, check_le1, NULL };
539 post_vs(CHKARGS) function

Completed in 122 milliseconds