Home
last modified time | relevance | path

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

/coreutils/src/
Dtest.c225 int nargs; in term() local
229 for (nargs = 1; in term()
230 pos + nargs < argc && ! STREQ (argv[pos + nargs], ")"); in term()
231 nargs++) in term()
232 if (nargs == 4) in term()
234 nargs = argc - pos; in term()
238 value = posixtest (nargs); in term()
634 posixtest (int nargs) in posixtest() argument
638 switch (nargs) in posixtest()
669 affirm (0 < nargs); in posixtest()