Searched refs:strdupx (Results 1 – 12 of 12) sorted by relevance
/external/mksh/src/ |
D | histrap.c | 174 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()
|
D | var.c | 408 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()
|
D | misc.c | 1362 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()
|
D | eval.c | 555 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()
|
D | syn.c | 428 strdupx(t->str, ident, ATEMP); in get_command() 622 strdupx(yylval.cp, in casepart()
|
D | tree.c | 538 strdupx(r->str, t->str, ap); in tcopy() 681 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
|
D | funcs.c | 1139 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()
|
D | main.c | 167 strdupx(x, cx, ATEMP); in isuc() 706 strdupx(s->file, name, ATEMP); in include()
|
D | exec.c | 1143 strdupx(tp->val.s, npath.ro, APERM); in findcom() 1476 strdupx(*resbuf, ccp, APERM); in hereinval()
|
D | sh.h | 555 #define strdupx(d, s, ap) do { \ macro 563 #define strdupx(d, s, ap) do { \ macro
|
D | lex.c | 1509 strdupx(prompt, cp, saved_atemp); in set_prompt()
|
D | edit.c | 757 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()
|