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

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c114 static int N_args = 0; variable
384 N_args = 0;
412 if (LEGAL || N_args == 0) {
427 N_args++;
430 (N_ARGS && (N_args >= N_ARGS))) {
441 if (N_args == 0) {
481 (PER_LINE && N_lines == 0 || N_ARGS && N_args == 0))

Completed in 60 milliseconds