Searched refs:wdcopy (Results 1 – 4 of 4) sorted by relevance
/third_party/mksh/ |
D | syn.c | 202 yylval.cp = wdcopy(IONDELIM_delim, ATEMP); in synio() 349 XPput(args, wdcopy(builtin_cmd, ATEMP)); in get_command() 350 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command() 351 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command() 353 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command() 414 XPput(args, wdcopy(builtin_cmd, ATEMP)); in get_command() 415 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 1003 save = wdcopy(yylval.iop->ioflag == IOREAD ? in dbtestp_isa() 1014 save = wdcopy(dbtest_tokens[(int)meta], ATEMP); in dbtestp_isa()
|
D | tree.c | 560 r->str = wdcopy(t->str, ap); in tcopy() 574 *rw++ = wdcopy(*tw++, ap); in tcopy() 588 *rw++ = wdcopy(*tw++, ap); in tcopy() 602 wdcopy(const char *wp, Area *ap) in wdcopy() function 706 q->ioname = wdcopy(p->ioname, ap); in iocopy() 708 q->delim = wdcopy(p->delim, ap); in iocopy()
|
D | eval.c | 400 beg = wdcopy(sp, ATEMP); in expand() 451 beg = wdcopy(sp, ATEMP); in expand() 502 s = ws = wdcopy(sp, ATEMP); in expand()
|
D | sh.h | 2723 char *wdcopy(const char *, Area *);
|