Searched refs:tanarg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c694 char **tanarg; /* tmp ptr */ local
698 tanarg = anarg = arglist-1;
701 * write out each argument, separated by a space. the tanarg
706 ++tanarg; /* follow anarg */
709 if (*++tanarg) { /* if there's another argument: */
711 --tanarg; /* reset back to anarg */

Completed in 58 milliseconds