Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11434 char **ap1, **ap2; in shiftcmd() local
11447 ap2 = shellparam.p; in shiftcmd()
11448 while ((*ap2++ = *ap1++) != NULL) in shiftcmd()