Searched refs:XPput (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | syn.c | 315 XPput(vars, yylval.cp); in get_command() 317 XPput(args, yylval.cp); in get_command() 332 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command() 333 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command() 334 XPput(args, tcp); in get_command() 335 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command() 339 XPput(args, yylval.cp); in get_command() 400 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 401 XPput(args, yylval.cp); in get_command() 505 XPput(args, NULL); in get_command() [all …]
|
D | eval.c | 137 XPput(w, NULL); in eval() 140 XPput(w, NULL); in eval() 910 XPput(*wp, p); in expand() 912 XPput(*wp, debunk(p, p, strlen(p) + 1)); in expand() 926 XPput(*wp, p); in expand() 938 XPput(*wp, p); in expand() 1224 XPput(wv, c == '!' ? shf_smprintf("%lu", in varsub() 1233 XPput(wv, 0); in varsub() 1443 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob() 1531 XPput(*wp, np); in globit() [all …]
|
D | var.c | 1059 XPput(denv, vp->val.s); in makenv() 1062 XPput(denv, NULL); in makenv()
|
D | edit.c | 254 XPput(l, words[i] + prefix_len); in x_print_expansions() 255 XPput(l, NULL); in x_print_expansions() 400 XPput(w, NULL); in x_file_glob() 523 XPput(w, NULL); in x_command_glob() 757 XPput(*wp, cp); in glob_table()
|
D | sh.h | 1475 #define XPput(x, p) do { \ macro
|