Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/preproc/eqn/
Dlist.cpp124 int total_spacing = 0; in compute_metrics() local
126 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_metrics()
142 printf(".nr " WIDTH_FORMAT " %dM", uid, total_spacing); in compute_metrics()
176 int total_spacing = 0; in compute_sublist_width() local
179 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_sublist_width()
181 printf(".nr " TEMP_REG " %dM", total_spacing); in compute_sublist_width()