Searched refs:wdcopy (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | syn.c | 200 yylval.cp = wdcopy(IONDELIM_delim, ATEMP); in synio() 346 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command() 347 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command() 349 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command() 415 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 1027 save = wdcopy(yylval.iop->ioflag == IOREAD ? in dbtestp_isa() 1038 save = wdcopy(dbtest_tokens[(int)meta], ATEMP); in dbtestp_isa()
|
D | tree.c | 539 r->str = wdcopy(t->str, ap); in tcopy() 553 *rw++ = wdcopy(*tw++, ap); in tcopy() 567 *rw++ = wdcopy(*tw++, ap); in tcopy() 581 wdcopy(const char *wp, Area *ap) in wdcopy() function 683 q->ioname = wdcopy(p->ioname, ap); in iocopy() 685 q->delim = wdcopy(p->delim, ap); in iocopy()
|
D | eval.c | 378 beg = wdcopy(sp, ATEMP); in expand() 438 beg = wdcopy(sp, ATEMP); in expand() 488 s = ws = wdcopy(sp, ATEMP); in expand()
|
D | sh.h | 2308 char *wdcopy(const char *, Area *);
|