Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/xargs/
H A Dxargs.c694 char **tanarg; /* tmp ptr */ in echoargs() local
698 tanarg = anarg = arglist-1; in echoargs()
706 ++tanarg; /* follow anarg */ in echoargs()
709 if (*++tanarg) { /* if there's another argument: */ in echoargs()
711 --tanarg; /* reset back to anarg */ in echoargs()