Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c64 #define STYLE_short 1 /* [default] short usage */ macro
251 C("short"), "?short", STYLE_short,
1196 case STYLE_short: in font()
2885 if (style > STYLE_short && style < STYLE_nroff && version < 1) in opthelp()
2887 style = STYLE_short; in opthelp()
2894 else if (style == STYLE_short && prefix < 2) in opthelp()
3080 if (style <= STYLE_short) in opthelp()
3179 else if (style <= STYLE_short) in opthelp()
3235 if (style <= STYLE_short && !y && !mutex || style == STYLE_posix) in opthelp()
4387 state.style = STYLE_short; in optget()