/external/mksh/src/ |
histrap.c | 174 strdupx(pat, *wp, ATEMP); 193 strdupx(line, *hp, ATEMP); 638 strdupx(c, cmd, APERM); 718 strdupx(hname, hname, APERM); 859 strdupx(*hp, (char *)(base + 4), APERM); 1007 strdupx(s, cs, APERM); 1096 strdupx(as, cs, ATEMP); 1315 strdupx(p->trap, s, APERM); [all...] |
var.c | 399 strdupx(s, s, ATEMP); 439 strdupx(vq->val.s, s, vq->areap); 750 strdupx(tvar, var, ATEMP); 1191 strdupx(path, s, APERM); 1211 strdupx(tmpdir, s, APERM); 1305 strdupx(path, def_path, APERM); 1403 strdupx(rv, str, ATEMP); [all...] |
misc.c | 1320 strdupx(rv, cp, ATEMP); 1362 strdupx(ipath, upath, ATEMP); [all...] |
syn.c | 429 strdupx(t->str, ident, ATEMP); 623 strdupx(yylval.cp,
|
tree.c | 523 strdupx(r->str, t->str, ap); 665 strdupx(q->heredoc, p->heredoc, ap);
|
funcs.c | 1128 strdupx(ap->val.s, newval, APERM); [all...] |
eval.c | 556 strdupx(s, d, ATEMP); [all...] |
exec.c | 1135 strdupx(tp->val.s, npath.ro, APERM); [all...] |
main.c | 173 strdupx(x, cx, ATEMP); 729 strdupx(s->file, name, ATEMP); [all...] |
sh.h | 532 #define strdupx(d, s, ap) do { \ macro 540 #define strdupx(d, s, ap) do { \ macro [all...] |
lex.c | [all...] |
edit.c | 756 strdupx(cp, te->name, ATEMP); [all...] |