Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/misc/
H A Doptget.c64 #define STYLE_short 1 /* [default] short usage */ macro
229 C("short"), "?short", STYLE_short,
954 case STYLE_short: in font()
2610 if (style > STYLE_short && style < STYLE_nroff && version < 1) in opthelp()
2612 style = STYLE_short; in opthelp()
2619 else if (style == STYLE_short && prefix < 2) in opthelp()
2796 if (style <= STYLE_short) in opthelp()
2895 else if (style <= STYLE_short) in opthelp()
2951 if (style <= STYLE_short && !y && !mutex || style == STYLE_posix) in opthelp()
4021 opt_info.state->style = STYLE_short; in optget()