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()
422 XPput(args, wdcopy(builtin_cmd, ATEMP)); in get_command()
423 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command()
[all …]
Deval.c151 XPput(w, NULL); in eval()
154 XPput(w, NULL); in eval()
970 XPput(*wp, cp); in expand()
972 XPput(*wp, debunk(cp, cp, in expand()
986 XPput(*wp, cp); in expand()
996 XPput(*wp, cp); in expand()
1319 XPput(wv, (unsigned int)c == ORD('!') ? in varsub()
1328 XPput(wv, 0); in varsub()
1566 XPput(*wp, debunk(cp, cp, strlen(cp) + 1)); in glob()
1654 XPput(*wp, np); in globit()
[all …]
Dedit.c272 XPput(l, words[i] + prefix_len); in x_print_expansions()
273 XPput(l, NULL); in x_print_expansions()
422 XPput(w, NULL); in x_file_glob()
550 XPput(w, NULL); in x_command_glob()
784 XPput(*wp, cp); in glob_table()
Dvar.c1175 XPput(denv, vp->val.s); in makenv()
1180 XPput(denv, NULL); in makenv()
Dfuncs.c516 XPput(po.words, Xclose(xs, xp)); in c_print()
528 XPput(po.words, NULL); in c_print()
Dsh.h2071 #define XPput(x, p) do { \ macro