Home
last modified time | relevance | path

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

/titanic_41/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) in args()
1536 else if (style == STYLE_man) in item()
1614 …if (level <= 1 || *p != '[' || *(p + 1) != '-' || style == STYLE_man && *(p + 2) == '?' || isalpha… in textout()
1641 if (style == STYLE_man) in textout()
2165 style = STYLE_man; in opthelp()
2174 if ((style = opt_info.state->force) < STYLE_man) in opthelp()
2175 style = STYLE_man; in opthelp()
2692 if (style >= STYLE_man) in opthelp()
[all …]
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE14 10-01-29 misc/optget.c: [+NAME?...] overrides error_info.id for >= STYLE_man