Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dbox.cpp34 int script_size_reduction = -1; // negative means reduce by a percentage variable
190 script_size_reduction = n; in set_script_reduction()
262 if (script_size_reduction >= 0) in set_script_size()
263 printf(".ps \\n[.s]-%d>?%d\n", script_size_reduction, minimum_size); in set_script_size()