Searched refs:XPtrV (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | eval.c | 78 static void glob(char *, XPtrV *, bool); 79 static void globit(XString *, char **, char *, XPtrV *, int); 84 static void alt_expand(XPtrV *, char *, char *, char *, int); 141 XPtrV w; in eval() 164 XPtrV w; in evalstr() 182 XPtrV w; in evalonestr() 219 XPtrV *wp, in expand() 1296 XPtrV wv; in varsub() 1561 glob(char *cp, XPtrV *wp, bool markdirs) in glob() 1582 glob_str(char *cp, XPtrV *wp, bool markdirs) in glob_str() [all …]
|
D | syn.c | 272 XPtrV args, vars; in get_command() 638 XPtrV ptns; in casepart() 761 XPtrV args; in wordlist()
|
D | sh.h | 2063 } XPtrV; typedef 2341 void expand(const char *, XPtrV *, int); 2342 int glob_str(char *, XPtrV *, bool); 2721 XPtrV *av; /* used by dbtestp_* */
|
D | edit.c | 110 static void glob_table(const char *, XPtrV *, struct table *); 111 static void glob_path(int, const char *, XPtrV *, const char *); 245 XPtrV l = { NULL, 0, 0 }; in x_print_expansions() 390 XPtrV w; in x_file_glob() 485 XPtrV w; in x_command_glob() 773 glob_table(const char *pat, XPtrV *wp, struct table *tp) in glob_table() 789 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path()
|
D | var.c | 1140 XPtrV denv; in makenv()
|
D | funcs.c | 298 XPtrV words; in c_print()
|