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

/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.cpp536 int sbuf_space_width; member in class:ps_printer
725 sbuf_space_width = env->hpos - sbuf_end_hpos;
734 int diff = env->hpos - sbuf_end_hpos - sbuf_space_width;
758 sbuf_space_width = 0;
1002 if (w + sbuf_kern != sbuf_space_width) {
1008 extra_space = sbuf_space_width - w - sbuf_kern;

Completed in 183 milliseconds