Home
last modified time | relevance | path

Searched refs:ap1 (Results 1 – 1 of 1) sorted by relevance

/system/core/sh/
Doptions.c318 char **ap1, **ap2; in shiftcmd() local
327 for (ap1 = shellparam.p ; --n >= 0 ; ap1++) { in shiftcmd()
329 ckfree(*ap1); in shiftcmd()
332 while ((*ap2++ = *ap1++) != NULL); in shiftcmd()