Searched refs:strdupx (Results 1 – 12 of 12) sorted by relevance
/external/mksh/src/ |
D | histrap.c | 177 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()
|
D | var.c | 422 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()
|
D | misc.c | 1376 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()
|
D | eval.c | 522 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()
|
D | syn.c | 452 strdupx(t->str, ident, ATEMP); in get_command() 652 strdupx(yylval.cp, in casepart()
|
D | tree.c | 531 strdupx(r->str, t->str, ap); in tcopy() 677 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
|
D | funcs.c | 1171 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()
|
D | main.c | 161 strdupx(x, cx, ATEMP); in isuc() 717 strdupx(s->file, name, ATEMP); in include()
|
D | exec.c | 1207 strdupx(tp->val.s, npath.ro, APERM); in findcom() 1570 strdupx(*resbuf, ccp, APERM); in hereinval()
|
D | sh.h | 600 #define strdupx(d, s, ap) do { \ macro 608 #define strdupx(d, s, ap) do { \ macro
|
D | edit.c | 755 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()
|
D | lex.c | 1503 strdupx(prompt, cp, saved_atemp); in set_prompt()
|