Searched refs:XPinit (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | syn.c | 277 XPinit(args, 16); in get_command() 278 XPinit(vars, 16); in get_command() 640 XPinit(ptns, 16); in casepart() 763 XPinit(args, 16); in wordlist()
|
D | eval.c | 149 XPinit(w, 32); in eval() 167 XPinit(w, 1); in evalstr() 185 XPinit(w, 1); in evalonestr() 1314 XPinit(wv, 32); in varsub()
|
D | edit.c | 270 XPinit(l, nwords + 1); in x_print_expansions() 410 XPinit(w, 32); in x_file_glob() 491 XPinit(w, 32); in x_command_glob()
|
D | var.c | 1143 XPinit(denv, 64); in makenv()
|
D | sh.h | 2065 #define XPinit(x, n) do { \ macro
|
D | funcs.c | 454 XPinit(po.words, 16); in c_print()
|