Searched refs:XPinit (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | syn.c | 273 XPinit(args, 16); in get_command() 274 XPinit(vars, 16); in get_command() 636 XPinit(ptns, 16); in casepart() 759 XPinit(args, 16); in wordlist()
|
D | eval.c | 143 XPinit(w, 32); in eval() 161 XPinit(w, 1); in evalstr() 179 XPinit(w, 1); in evalonestr() 1305 XPinit(wv, 32); in varsub()
|
D | edit.c | 269 XPinit(l, nwords + 1); in x_print_expansions() 409 XPinit(w, 32); in x_file_glob() 490 XPinit(w, 32); in x_command_glob()
|
D | var.c | 1140 XPinit(denv, 64); in makenv()
|
D | sh.h | 1850 #define XPinit(x, n) do { \ macro
|
D | funcs.c | 454 XPinit(po.words, 16); in c_print()
|