Home
last modified time | relevance | path

Searched refs:wdcopy (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dsyn.c199 yylval.cp = wdcopy(IONDELIM_delim, ATEMP); in synio()
354 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command()
355 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command()
357 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command()
423 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command()
1033 save = wdcopy(yylval.iop->ioflag == IOREAD ? in dbtestp_isa()
1044 save = wdcopy(dbtest_tokens[(int)meta], ATEMP); in dbtestp_isa()
Dtree.c529 r->str = wdcopy(t->str, ap); in tcopy()
543 *rw++ = wdcopy(*tw++, ap); in tcopy()
557 *rw++ = wdcopy(*tw++, ap); in tcopy()
571 wdcopy(const char *wp, Area *ap) in wdcopy() function
673 q->ioname = wdcopy(p->ioname, ap); in iocopy()
675 q->delim = wdcopy(p->delim, ap); in iocopy()
Deval.c378 end = (beg = wdcopy(sp, ATEMP)) + in expand()
437 beg = wdcopy(sp, ATEMP); in expand()
485 s = wdcopy(sp, ATEMP); in expand()
Dsh.h2003 char *wdcopy(const char *, Area *);