Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/misc/
H A Doptget.c70 #define STYLE_nroff 7 /* nroff details */ macro
223 C("nroff"), "?nroff", STYLE_nroff,
952 case STYLE_nroff: in font()
1112 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL) in label()
1120 if (sep == ' ' && style == STYLE_nroff) in label()
1356 if (ostyle == STYLE_nroff) in label()
1360 if (ostyle == STYLE_nroff) in label()
1367 if (ostyle == STYLE_nroff) in label()
1374 if (ostyle == STYLE_nroff) in label()
1410 b = style == STYLE_nroff ? "\\ " : " "; in args()
[all …]
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE379 05-03-08 misc/optget.c: delete leading space in STYLE_nroff output