Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c174 strdupx(pat, *wp, ATEMP); in c_fc()
193 strdupx(line, *hp, ATEMP); in c_fc()
638 strdupx(c, cmd, APERM); in histsave()
718 strdupx(hname, hname, APERM); in hist_init()
860 strdupx(*hp, (char *)(base + 4), APERM); in histload()
1009 strdupx(s, cs, APERM); in inittraps()
1098 strdupx(as, cs, ATEMP); in gettrap()
1317 strdupx(p->trap, s, APERM); in settrap()
Dvar.c408 strdupx(s, s, ATEMP); in str_val()
448 strdupx(vq->val.s, s, vq->areap); in setstr()
769 strdupx(tvar, var, ATEMP); in typeset()
1247 strdupx(path, s, APERM); in setspec()
1267 strdupx(tmpdir, s, APERM); in setspec()
1361 strdupx(path, def_path, APERM); in unsetspec()
1461 strdupx(rv, str, ATEMP); in arrayname()
Dmisc.c1362 strdupx(rv, cp, ATEMP); in ksh_get_wd()
1404 strdupx(ipath, upath, ATEMP); in do_realpath()
1776 strdupx(current_wd, nwd, APERM); in set_current_wd()
1826 strdupx(allocd, wp[0], ATEMP); in c_cd()
Deval.c555 strdupx(s, d, ATEMP); in expand()
1738 strdupx(ap->val.s, pw->pw_dir, APERM); in homedir()
1839 strdupx(cp, str_val(vp), ap); in valsub()
Dsyn.c428 strdupx(t->str, ident, ATEMP); in get_command()
622 strdupx(yylval.cp, in casepart()
Dtree.c538 strdupx(r->str, t->str, ap); in tcopy()
681 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
Dfuncs.c1139 strdupx(ap->val.s, newval, APERM); in c_alias()
1562 strdupx(up, *wp, ATEMP); in c_bind()
1892 strdupx(allocd, *wp, ATEMP); in c_read()
2430 strdupx(*wp, *wp, &l->area); in c_set()
Dmain.c167 strdupx(x, cx, ATEMP); in isuc()
706 strdupx(s->file, name, ATEMP); in include()
Dexec.c1143 strdupx(tp->val.s, npath.ro, APERM); in findcom()
1476 strdupx(*resbuf, ccp, APERM); in hereinval()
Dsh.h555 #define strdupx(d, s, ap) do { \ macro
563 #define strdupx(d, s, ap) do { \ macro
Dlex.c1509 strdupx(prompt, cp, saved_atemp); in set_prompt()
Dedit.c757 strdupx(cp, te->name, ATEMP); in glob_table()
2365 strdupx(news, cp, ap); in x_mapin()
3026 strdupx(v, KSH_VERSION, ATEMP); in x_version()