Searched refs:wdcopy (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | tree.c | 450 r->str = wdcopy(t->str, ap); in tcopy() 462 *rw++ = wdcopy(*tw++, ap); in tcopy() 474 *rw++ = wdcopy(*tw++, ap); in tcopy() 488 wdcopy(const char *wp, Area *ap) in wdcopy() function 651 q->name = wdcopy(p->name, ap); in iocopy() 653 q->delim = wdcopy(p->delim, ap); in iocopy()
|
D | syn.c | 326 tcp = wdcopy(yylval.cp, ATEMP); in get_command() 332 XPput(args, wdcopy(set_cmd0, ATEMP)); in get_command() 333 XPput(args, wdcopy(set_cmd1, ATEMP)); in get_command() 335 XPput(args, wdcopy(set_cmd2, ATEMP)); in get_command() 378 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 951 save = wdcopy(yylval.iop->flag == IOREAD ? in dbtestp_isa() 961 save = wdcopy(dbtest_tokens[(int)meta], ATEMP); in dbtestp_isa()
|
D | eval.c | 330 end = (beg = wdcopy(sp, ATEMP)) + in expand() 365 beg = wdcopy(sp, ATEMP); in expand() 414 s = wdcopy(sp, ATEMP); in expand()
|
D | sh.h | 1658 char *wdcopy(const char *, Area *);
|