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

  /src/bin/ksh/
lex.h 17 char **strv; /* string [] */ member in union:source::__anon022314e9010a
eval.c 31 const char **strv;/* string[] */ member in union:Expand::__anon37599a23010a
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++;

Completed in 12 milliseconds