Home
last modified time | relevance | path

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

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