Searched refs:ap2 (Results 1 – 2 of 2) sorted by relevance
224 char **ap2; in execinterp() local265 for (ap2 = argv ; *ap2++ != NULL ; ); in execinterp()266 new = ckmalloc(i + ((char *)ap2 - (char *)argv)); in execinterp()267 ap = newargs, ap2 = new; in execinterp()269 *ap2++ = *ap++; in execinterp()271 while (*ap2++ = *ap++); in execinterp()
318 char **ap1, **ap2; in shiftcmd() local331 ap2 = shellparam.p; in shiftcmd()332 while ((*ap2++ = *ap1++) != NULL); in shiftcmd()