HomeSort by: relevance | last modified time | path
    Searched defs:strv (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
eval.c 31 const char **strv;/* string[] */ member in union:Expand::__anon13
183 x.u.strv = NULL;/* XXX gcc */
505 if ((x.str = *x.u.strv++) == NULL) {
783 xp->u.strv = NULL;
788 xp->u.strv = (void *)(uintptr_t)t;
789 xp->str = *xp->u.strv++;
816 xp->u.strv = (const char **) XPptrv(wv);
817 xp->str = *xp->u.strv++;
lex.h 17 char **strv; /* string [] */ member in union:source::__anon15

Completed in 15 milliseconds