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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c66 #define STYLE_match 3 /* long description of matches */ macro
209 C("about"), "-", STYLE_match,
1538 else if (style != STYLE_options && style != STYLE_match || *s == '-' || *s == '+')
2163 style = STYLE_match;
2220 if (style >= STYLE_match && style < STYLE_keys && !(sp_body = sfstropen()))
2629 else if (style >= STYLE_match)
2703 else if (style == STYLE_match && *what == '-')
2742 else if (style == STYLE_match && *what == '+')
2822 if (style == STYLE_match)
2872 if (style < STYLE_match)
[all...]

Completed in 71 milliseconds