Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c64 static void glob(char *, XPtrV *, bool);
65 static void globit(XString *, char **, char *, XPtrV *, int);
70 static void alt_expand(XPtrV *, char *, char *, char *, int);
127 XPtrV w; in eval()
150 XPtrV w; in evalstr()
168 XPtrV w; in evalonestr()
202 XPtrV *wp, /* output words */ in expand()
1204 XPtrV wv; in varsub()
1438 glob(char *cp, XPtrV *wp, bool markdirs) in glob()
1459 glob_str(char *cp, XPtrV *wp, bool markdirs) in glob_str()
[all …]
Dsyn.c265 XPtrV args, vars; in get_command()
609 XPtrV ptns; in casepart()
732 XPtrV args; in wordlist()
Dsh.h1467 } XPtrV; typedef
1692 void expand(const char *, XPtrV *, int);
1693 int glob_str(char *, XPtrV *, bool);
2053 XPtrV *av; /* used by dbtestp_* */
Dedit.c98 static void glob_table(const char *, XPtrV *, struct table *);
99 static void glob_path(int, const char *, XPtrV *, const char *);
229 XPtrV l = { NULL, 0, 0 }; in x_print_expansions()
368 XPtrV w; in x_file_glob()
458 XPtrV w; in x_command_glob()
746 glob_table(const char *pat, XPtrV *wp, struct table *tp) in glob_table()
762 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path()
Dvar.c1031 XPtrV denv; in makenv()