Lines Matching defs:what
2292 * what:
2307 opthelp(const char* oopts, const char* what)
2380 if (!what)
2382 else if (!*what)
2384 else if (*what != '?')
2386 else if (!*(what + 1))
2388 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0)
2392 what = hp->name;
2944 else if (style == STYLE_match && *what == '-')
2950 w = (char*)what;
2983 else if (style == STYLE_match && *what == '+')
2994 if (match((char*)what + 1, p + 1, version, id, catalog))
3065 if (wl && !match((char*)what, w, version, id, catalog))
3067 if ((!wl || *w == ':' || *w == '?') && (what[1] || sl && !memchr(s, what[0], sl) || !sl && what[0] != f))
3583 if (hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what))