Searched refs:XPput (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | syn.c | 314 XPput(vars, yylval.cp); in get_command() 316 XPput(args, yylval.cp); in get_command() 331 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command() 332 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command() 333 XPput(args, tcp); in get_command() 334 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command() 338 XPput(args, yylval.cp); in get_command() 399 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 400 XPput(args, yylval.cp); in get_command() 504 XPput(args, NULL); in get_command() [all …]
|
D | eval.c | 144 XPput(w, NULL); in eval() 147 XPput(w, NULL); in eval() 928 XPput(*wp, cp); in expand() 930 XPput(*wp, debunk(cp, cp, in expand() 944 XPput(*wp, cp); in expand() 954 XPput(*wp, cp); in expand() 1243 XPput(wv, c == '!' ? shf_smprintf("%lu", in varsub() 1252 XPput(wv, 0); in varsub() 1465 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob() 1553 XPput(*wp, np); in globit() [all …]
|
D | edit.c | 255 XPput(l, words[i] + prefix_len); in x_print_expansions() 256 XPput(l, NULL); in x_print_expansions() 401 XPput(w, NULL); in x_file_glob() 524 XPput(w, NULL); in x_command_glob() 758 XPput(*wp, cp); in glob_table()
|
D | var.c | 1115 XPput(denv, vp->val.s); in makenv() 1118 XPput(denv, NULL); in makenv()
|
D | sh.h | 1472 #define XPput(x, p) do { \ macro
|