Searched refs:ap1 (Results 1 – 1 of 1) sorted by relevance
318 char **ap1, **ap2; in shiftcmd() local327 for (ap1 = shellparam.p ; --n >= 0 ; ap1++) { in shiftcmd()329 ckfree(*ap1); in shiftcmd()332 while ((*ap2++ = *ap1++) != NULL); in shiftcmd()