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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c68 #define STYLE_man 5 /* pretty details */ macro
221 C("man"), "?man", STYLE_man,
1414 if (style >= STYLE_man)
1536 else if (style == STYLE_man)
1614 if (level <= 1 || *p != '[' || *(p + 1) != '-' || style == STYLE_man && *(p + 2) == '?' || isalpha(*(p + 2)))
1641 if (style == STYLE_man)
2165 style = STYLE_man;
2174 if ((style = opt_info.state->force) < STYLE_man)
2175 style = STYLE_man;
2692 if (style >= STYLE_man)
[all...]

Completed in 61 milliseconds