Searched refs:wdcopy (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | syn.c | 202 yylval.cp = wdcopy(IONDELIM_delim, ATEMP); in synio() 351 XPput(args, wdcopy(builtin_cmd, ATEMP)); in get_command() 352 XPput(args, wdcopy(setA_cmd0, ATEMP)); in get_command() 353 XPput(args, wdcopy(setA_cmd1, ATEMP)); in get_command() 355 XPput(args, wdcopy(setA_cmd2, ATEMP)); in get_command() 422 XPput(args, wdcopy(builtin_cmd, ATEMP)); in get_command() 423 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 1012 save = wdcopy(yylval.iop->ioflag == IOREAD ? in dbtestp_isa() 1023 save = wdcopy(dbtest_tokens[(int)meta], ATEMP); in dbtestp_isa()
|
D | tree.c | 554 r->str = wdcopy(t->str, ap); in tcopy() 568 *rw++ = wdcopy(*tw++, ap); in tcopy() 582 *rw++ = wdcopy(*tw++, ap); in tcopy() 596 wdcopy(const char *wp, Area *ap) in wdcopy() function 700 q->ioname = wdcopy(p->ioname, ap); in iocopy() 702 q->delim = wdcopy(p->delim, ap); in iocopy()
|
D | eval.c | 395 beg = wdcopy(sp, ATEMP); in expand() 455 beg = wdcopy(sp, ATEMP); in expand() 505 s = ws = wdcopy(sp, ATEMP); in expand()
|
D | sh.h | 2640 char *wdcopy(const char *, Area *);
|