Lines Matching refs:what
2330 * what:
2345 opthelp(const char* oopts, const char* what)
2422 if (!what)
2424 else if (!*what)
2426 else if (*what != '?')
2428 else if (!*(what + 1))
2430 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0)
2434 what = hp->name;
2986 else if (style == STYLE_match && *what == '-')
2992 w = (char*)what;
3026 else if (style == STYLE_match && *what == '+')
3037 if (match((char*)what + 1, p + 1, version, id, catalog))
3108 if (wl && !match((char*)what, w, version, id, catalog))
3110 if ((!wl || *w == ':' || *w == '?') && (what[1] || sl && !memchr(s, what[0], sl) || !sl && what[0] != f))
3626 if (hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what))