Lines Matching refs:strv
44 const char **strv;
957 if ((x.str = *x.u.strv++) == NULL) {
1202 hasnonempty(const char **strv)
1206 while (strv[i])
1207 if (*strv[i++])
1471 xp->u.strv = (const char **)XPptrv(wv);
1477 xp->u.strv = (const char **)e->loc->argv + 1;
1488 xp->str = *xp->u.strv++;
1500 (xp->u.strv[0] == NULL) : !hasnonempty(xp->u.strv))) ?