Home
last modified time | relevance | path

Searched refs:sbuf_start_hpos (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/groff/src/devices/grops/
HDps.cpp533 int sbuf_start_hpos; member in ps_printer
754 sbuf_start_hpos = env->hpos; in set_char()
991 if (output_hpos != sbuf_start_hpos) in flush_sbuf()
1032 out.put_fix_number(sbuf_start_hpos) in flush_sbuf()
1036 out.put_fix_number(sbuf_start_hpos - output_hpos); in flush_sbuf()
1042 out.put_fix_number(sbuf_start_hpos - output_hpos) in flush_sbuf()
/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp1946 int sbuf_start_hpos; member in html_printer
4077 sbuf_vpos-sbuf_style.point_size*r/72, sbuf_start_hpos, in flush_sbuf()
4372 sbuf_start_hpos = env->hpos; in set_char()