Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp2095 hunits extra_space_width = H0; in possibly_break_line() local
2099 extra_space_width = target_text_length - bp->width; in possibly_break_line()
2112 distribute_space(pre, bp->nspaces, extra_space_width); in possibly_break_line()
2113 hunits output_width = bp->width + extra_space_width; in possibly_break_line()