/third_party/mksh/ |
D | os2.c | 226 strdupx(cp, val, ATEMP); in setextlibpath() 352 strdupx(real_name, name, ATEMP); in test_exec_exist() 390 strdupx(result, rsp_name_arg, ATEMP); in make_response_file()
|
D | histrap.c | 171 strdupx(pat, *wp, ATEMP); in c_fc() 190 strdupx(line, *hp, ATEMP); in c_fc() 784 strdupx(hname, hname, APERM); in hist_persist_init() 940 strdupx(*hp, (char *)(base + 4), APERM); in histload() 1090 strdupx(s, cs, APERM); in inittraps() 1196 strdupx(as, cs, ATEMP); in gettrap() 1435 strdupx(p->trap, s, APERM); in settrap()
|
D | var.c | 451 strdupx(s, s, ATEMP); in str_val() 1371 strdupx(path, s, APERM); in setspec() 1394 strdupx(tmpdir, s, APERM); in setspec() 1505 strdupx(path, def_path, APERM); in unsetspec() 1623 strdupx(rv, str, ATEMP); in arrayname()
|
D | eval.c | 530 strdupx(s, str_val(st->var), ATEMP); in expand() 1979 strdupx(dp, dp, ATEMP); in do_tilde() 2004 strdupx(ap->val.s, pw->pw_dir, APERM); in homedir() 2107 strdupx(cp, str_val(vp), ap); in valsub()
|
D | misc.c | 1681 strdupx(rv, cp, ATEMP); in ksh_get_wd() 1722 strdupx(ipath, upath, ATEMP); in do_realpath() 2156 strdupx(current_wd, nwd, APERM); in set_current_wd() 2214 strdupx(allocd, wp[0], ATEMP); in c_cd()
|
D | tree.c | 562 strdupx(r->str, t->str, ap); in tcopy() 710 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
|
D | syn.c | 444 strdupx(t->str, ident, ATEMP); in get_command() 643 strdupx(yylval.cp, (unsigned int)symbol == in casepart()
|
D | main.c | 215 strdupx(x, cx, ATEMP); in isuc() 822 strdupx(s->file, name, ATEMP); in include()
|
D | exec.c | 1235 strdupx(tp->val.s, npath.ro, APERM); in findcom() 1617 strdupx(*resbuf, ccp, APERM); in hereinval()
|
D | funcs.c | 928 strdupx(ap->val.s, newval, APERM); in c_alias() 1702 strdupx(allocd, *wp, ATEMP); in c_read() 2272 strdupx(*wp, *wp, &l->area); in c_set()
|
D | sh.h | 688 #define strdupx(d,s,ap) do { \ macro 696 #define strdupx(d,s,ap) do { \ macro
|
D | edit.c | 788 strdupx(cp, te->name, ATEMP); in glob_table() 3138 strdupx(v, KSH_VERSION, ATEMP); in x_version() 5662 strdupx(cp, cp, AEDIT); in x_eval_region_helper()
|
D | lex.c | 1516 strdupx(prompt, cp, saved_atemp); in set_prompt()
|