Searched refs:STYLE_man (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c68 #define STYLE_man 5 /* pretty details */ macro
225 C("man"), "?man", STYLE_man,
1617 if (style >= STYLE_man)
1739 else if (style == STYLE_man)
1818 if (level <= 1 || *s != '[' || *(s + 1) != '-' || style == STYLE_man && *(s + 2) == '?' || isalpha(*(s + 2)))
1845 if (style == STYLE_man)
2387 style = STYLE_man;
2396 if ((style = state.force) < STYLE_man)
2397 style = STYLE_man;
2933 if (style >= STYLE_man)
[all...]

Completed in 19 milliseconds