Lines Matching defs:copy
9 * A copy of the License is available at *
175 copy(char** p, register char* f)
177 copy(p, f)
427 cp->link.code = copy(&b, arg[0]);
428 cp->alternates = copy(&b, arg[1]);
429 cp->ms = copy(&b, arg[2]);
443 tp->link.code = copy(&b, arg[0]);
444 tp->name = copy(&b, arg[1]);
446 if (s = copy(&b, arg[2]))
497 lp->link.code = copy(&b, arg[0]);
498 lp->name = copy(&b, arg[1]);
499 lp->alternates = copy(&b, arg[2]);
508 if (s = copy(&b, arg[4]))
566 mp->link.code = copy(&b, arg[0]);