Searched refs:wdcopy (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | tree.c | 448 r->str = t->type == TCASE ? wdcopy(t->str, ap) : str_save(t->str, ap); in tcopy() 458 *rw++ = wdcopy(*tw++, ap); in tcopy() 470 *rw++ = wdcopy(*tw++, ap); in tcopy() 484 wdcopy(const char *wp, Area *ap) in wdcopy() function 628 q->name = wdcopy(p->name, ap); in iocopy() 630 q->delim = wdcopy(p->delim, ap); in iocopy()
|
| H A D | tree.h | 142 char * wdcopy(const char *, Area *);
|
| H A D | syn.c | 291 XPput(args, wdcopy(let_cmd, ATEMP)); in get_command() 852 save = wdcopy(yylval.iop->flag == IOREAD ? in dbtestp_isa() 862 save = wdcopy(dbtest_tokens[(int) meta], ATEMP); in dbtestp_isa()
|