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

/ast/src/lib/libast/misc/
H A Doptget.c68 #define STYLE_man 5 /* pretty details */ macro
243 C("man"), "?man", STYLE_man,
1635 if (style >= STYLE_man)
1772 else if (style == STYLE_man)
1851 if (level <= 1 || *s != '[' || *(s + 1) != '-' || style == STYLE_man && *(s + 2) == '?' || isalpha(*(s + 2)))
1878 if (style == STYLE_man)
2429 style = STYLE_man;
2438 if ((style = state.force) < STYLE_man)
2439 style = STYLE_man;
2975 if (style >= STYLE_man)
[all...]

Completed in 457 milliseconds