Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dpbox.h122 const int SCRIPT_STYLE = 1; variable
H A Dsqrt.cpp59 (style > SCRIPT_STYLE ? x_height : default_rule_thickness)); in compute_metrics()
H A Dlimit.cpp61 if (!(style <= SCRIPT_STYLE && one_size_reduction_flag)) in compute_metrics()
H A Dscript.cpp80 if (!(style <= SCRIPT_STYLE && one_size_reduction_flag)) in compute_metrics()
H A Dlist.cpp125 is_script = (style <= SCRIPT_STYLE); in compute_metrics()
H A Dbox.cpp143 return style > SCRIPT_STYLE ? style - 2 : style; in script_style()