Home
last modified time | relevance | path

Searched refs:strdupx (Results 1 – 12 of 12) sorted by relevance

/external/mksh/src/
Dhistrap.c177 strdupx(pat, *wp, ATEMP); in c_fc()
196 strdupx(line, *hp, ATEMP); in c_fc()
762 strdupx(hname, hname, APERM); in hist_init()
902 strdupx(*hp, (char *)(base + 4), APERM); in histload()
1046 strdupx(s, cs, APERM); in inittraps()
1141 strdupx(as, cs, ATEMP); in gettrap()
1380 strdupx(p->trap, s, APERM); in settrap()
Dvar.c422 strdupx(s, s, ATEMP); in str_val()
462 strdupx(vq->val.s, s, vq->areap); in setstr()
800 strdupx(tvar, var, ATEMP); in typeset()
1277 strdupx(path, s, APERM); in setspec()
1295 strdupx(tmpdir, s, APERM); in setspec()
1393 strdupx(path, def_path, APERM); in unsetspec()
1493 strdupx(rv, str, ATEMP); in arrayname()
Dmisc.c1376 strdupx(rv, cp, ATEMP); in ksh_get_wd()
1417 strdupx(ipath, upath, ATEMP); in do_realpath()
1787 strdupx(current_wd, nwd, APERM); in set_current_wd()
1837 strdupx(allocd, wp[0], ATEMP); in c_cd()
Deval.c522 strdupx(s, str_val(st->var), ATEMP); in expand()
1736 strdupx(ap->val.s, pw->pw_dir, APERM); in homedir()
1839 strdupx(cp, str_val(vp), ap); in valsub()
Dsyn.c452 strdupx(t->str, ident, ATEMP); in get_command()
652 strdupx(yylval.cp, in casepart()
Dtree.c531 strdupx(r->str, t->str, ap); in tcopy()
677 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
Dfuncs.c1171 strdupx(ap->val.s, newval, APERM); in c_alias()
1604 strdupx(up, *wp, ATEMP); in c_bind()
1948 strdupx(allocd, *wp, ATEMP); in c_read()
2504 strdupx(*wp, *wp, &l->area); in c_set()
Dmain.c161 strdupx(x, cx, ATEMP); in isuc()
717 strdupx(s->file, name, ATEMP); in include()
Dexec.c1207 strdupx(tp->val.s, npath.ro, APERM); in findcom()
1570 strdupx(*resbuf, ccp, APERM); in hereinval()
Dsh.h600 #define strdupx(d, s, ap) do { \ macro
608 #define strdupx(d, s, ap) do { \ macro
Dedit.c755 strdupx(cp, te->name, ATEMP); in glob_table()
2384 strdupx(news, cp, ap); in x_mapin()
3045 strdupx(v, KSH_VERSION, ATEMP); in x_version()
Dlex.c1503 strdupx(prompt, cp, saved_atemp); in set_prompt()