Searched refs:output_vpos (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.cpp546 int output_vpos; member in class:ps_printer
607 output_vpos(-1),
968 output_vpos = output_hpos = -1;
988 if (output_hpos < 0 || output_vpos < 0)
993 if (output_vpos != sbuf_vpos) {
1039 out.put_fix_number(sbuf_vpos - output_vpos);
1043 .put_fix_number(sbuf_vpos - output_vpos);
1050 output_vpos = sbuf_vpos;
1250 output_hpos = output_vpos = -1;
1334 output_hpos = output_vpos
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp751 units output_vpos; member in class:troff_output_file
963 if (vpos != output_vpos) {
964 units n = vpos - output_vpos;
976 output_vpos = vpos;
1015 check_output_limits(output_hpos, output_vpos - height);
1016 check_output_limits(output_hpos + width, output_vpos + depth);
1055 if (tbuf_len > 0 && hpos == output_hpos && vpos == output_vpos
1080 // check_output_limits(output_hpos, output_vpos);
1081 if (vpos == output_vpos
1132 if (vpos == output_vpos
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1956 int output_vpos; member in class:html_printer
3757 if ((output_vpos != g->minv) || (output_hpos < g->minh)) {
3956 (output_vpos < g->minv) &&
3957 (output_vpos-height > g->maxv) &&
3971 (output_vpos > g->minv) &&
3972 (output_vpos-height < g->maxv) &&
3986 (g->minv < output_vpos) &&
3987 (output_vpos-height > g->maxv) &&
4001 (g->minv > output_vpos) &&
4002 (output_vpos
[all...]

Completed in 133 milliseconds