Home
last modified time | relevance | path

Searched refs:width_total (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp307 line = line->add_char(ci, this, &width_total, &space_total, &gc_np); in add_char()
365 width_total += n->width(); in add_node()
415 line = line->add_italic_correction(&width_total); in add_italic_correction()
435 width_total += x; in space_newline()
458 hunits *tp = current_tab ? &tab_width : &width_total; in space()
653 width_total(0), in environment()
745 width_total(0), in environment()
825 width_total = 0; in copy()
883 n = width_total - input_line_start; in get_input_line_position()
891 input_line_start = line == 0 ? -n : width_total - n; in set_input_line_position()
[all …]
H A Denv.h192 hunits width_total; variable
H A Ddiv.cpp112 curenv->width_total = curdiv->saved_width_total; in do_divert()
138 curdiv->saved_width_total = curenv->width_total; in do_divert()