Home
last modified time | relevance | path

Searched refs:XPput (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dsyn.c332 XPput(vars, yylval.cp); in get_command()
334 XPput(args, yylval.cp); in get_command()
351 XPput(args, wdcopy(builtin_cmd, ATEMP)); in get_command()
352 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command()
353 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command()
354 XPput(args, tcp); in get_command()
355 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command()
359 XPput(args, yylval.cp); in get_command()
416 XPput(args, wdcopy(builtin_cmd, ATEMP)); in get_command()
417 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command()
[all …]
Deval.c156 XPput(w, NULL); in eval()
159 XPput(w, NULL); in eval()
1079 XPput(*wp, cp); in expand()
1081 XPput(*wp, debunk(cp, cp, in expand()
1095 XPput(*wp, cp); in expand()
1306 XPput(wv, shf_smprintf(Tf_lu, in varsub()
1464 XPput(wv, str_val(vp)); in varsub()
1470 XPput(wv, NULL); in varsub()
1716 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob()
1804 XPput(*wp, np); in globit()
[all …]
Dedit.c273 XPput(l, words[i] + prefix_len); in x_print_expansions()
274 XPput(l, NULL); in x_print_expansions()
423 XPput(w, NULL); in x_file_glob()
551 XPput(w, NULL); in x_command_glob()
785 XPput(*wp, cp); in glob_table()
Dvar.c1208 XPput(denv, vp->val.s); in makenv()
1213 XPput(denv, NULL); in makenv()
Dfuncs.c513 XPput(po.words, Xclose(xs, xp)); in c_print()
525 XPput(po.words, NULL); in c_print()
Dsh.h2152 #define XPput(x,p) do { \ macro