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

/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-packages.sh36 NARGS=0
51 NARGS=$((NARGS+1))
56 NARGS=$((NARGS+1))
59 if [ "${NARGS}" -eq "0" ]
63 elif [ "${NARGS}" -eq "1" ]
80 elif [ "${NARGS}" -eq "2" ]
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c219 #define NARGS 50 /* max args in a call */ macro
231 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */
251 if (ncall + ndef > NARGS)
252 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-browser.c74 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) { SYM, STRING, sizeof (STRING) - 1 },
H A Dtree.h38 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM,

Completed in 114 milliseconds