Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlist.cpp126 int total_spacing = 0; in compute_metrics() local
128 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_metrics()
144 printf(".nr " WIDTH_FORMAT " %dM", uid, total_spacing); in compute_metrics()
178 int total_spacing = 0; in compute_sublist_width() local
181 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_sublist_width()
183 printf(".nr " TEMP_REG " %dM", total_spacing); in compute_sublist_width()