Home | History | Annotate | Download | only in sh

Lines Matching defs:ap2

428 	char **ap1, **ap2, **ss;
454 ap2 = ss = (char **)stalloc(n * sizeof(char *));
458 *ap2++ = *ap1++;
459 for (ap2 = shellparam.p + shellparam.nparam, ap1 = ap2 - n;
461 *--ap2 = *--ap1;
463 *--ap2 = *--ap1;
476 char **ap1, **ap2;
502 ap2 = shellparam.p;
503 while ((*ap2++ = *ap1++) != NULL)