Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c63 #define STYLE_posix 0 /* posix getopt usage */ macro
249 C("posix"), "?posix", STYLE_posix,
1198 case STYLE_posix: in font()
2513 case STYLE_posix: in opthelp()
3162 else if (*p == '\\' && style==STYLE_posix) in opthelp()
3235 if (style <= STYLE_short && !y && !mutex || style == STYLE_posix) in opthelp()
3237 if (style != STYLE_posix && !sfstrtell(sp)) in opthelp()
3250 if (style == STYLE_posix && y) in opthelp()
3514 if (sfstrtell(sp) && style != STYLE_posix) in opthelp()
3707 if (x && style != STYLE_posix) in opthelp()