Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/preproc/eqn/
Dbox.cpp41 int body_depth = 35; variable
124 { "body_depth", &body_depth },
340 b->uid, body_height, b->uid, body_depth); in top_level()
371 uid, body_depth, uid, body_depth); in extra_space()
/freebsd-9-stable/contrib/groff/src/utils/addftinfo/
Daddftinfo.cpp53 { "body-depth", &font_params::body_depth },
103 param.body_depth = DEFAULT_BODY_DEPTH; in main()
Dguess.h31 int body_depth; member
Dguess.cpp176 depth = param.body_depth; in guess()
/freebsd-9-stable/contrib/groff/
DNEWS1802 equations can be controlled using the `body_height' and `body_depth'
DChangeLog.1151960 (body_depth): Increase default value to 35.
1979 * eqn/box.cc (param_table): Add body_height and body_depth.