Searched refs:XPtrV (Results 1 - 5 of 5) sorted by relevance

/external/mksh/src/
H A Deval.c62 static void glob(char *, XPtrV *, int);
63 static void globit(XString *, char **, char *, XPtrV *, int);
69 static void alt_expand(XPtrV *, char *, char *, char *, int);
126 XPtrV w;
149 XPtrV w;
167 XPtrV w;
201 XPtrV *wp, /* output words */
1144 XPtrV wv;
1347 glob(char *cp, XPtrV *wp, int markdirs)
1368 glob_str(char *cp, XPtrV *w
[all...]
H A Dsyn.c241 XPtrV args, vars;
605 XPtrV ptns;
714 XPtrV args;
H A Dsh.h1327 typedef struct XPtrV { struct
1330 } XPtrV; typedef in typeref:struct:XPtrV
1554 void expand(const char *, XPtrV *, int);
1555 int glob_str(char *, XPtrV *, int);
1897 XPtrV *av; /* used by dbtestp_* */
H A Dedit.c94 static void glob_table(const char *, XPtrV *, struct table *);
95 static void glob_path(int flags, const char *, XPtrV *, const char *);
240 XPtrV l = { NULL, NULL, NULL };
294 XPtrV w;
386 XPtrV w;
677 glob_table(const char *pat, XPtrV *wp, struct table *tp)
693 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath)
H A Dvar.c1019 XPtrV denv;

Completed in 106 milliseconds