Searched refs:XPput (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | syn.c | 335 XPput(vars, yylval.cp); in get_command() 337 XPput(args, yylval.cp); in get_command() 354 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command() 355 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command() 356 XPput(args, tcp); in get_command() 357 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command() 361 XPput(args, yylval.cp); in get_command() 423 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 424 XPput(args, yylval.cp); in get_command() 528 XPput(args, NULL); in get_command() [all …]
|
D | eval.c | 145 XPput(w, NULL); in eval() 148 XPput(w, NULL); in eval() 914 XPput(*wp, cp); in expand() 916 XPput(*wp, debunk(cp, cp, in expand() 930 XPput(*wp, cp); in expand() 940 XPput(*wp, cp); in expand() 1239 XPput(wv, c == '!' ? shf_smprintf("%lu", in varsub() 1248 XPput(wv, 0); in varsub() 1463 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob() 1551 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() 756 XPput(*wp, cp); in glob_table()
|
D | var.c | 1144 XPput(denv, vp->val.s); in makenv() 1149 XPput(denv, NULL); in makenv()
|
D | sh.h | 1533 #define XPput(x, p) do { \ macro
|