Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/pc-sysinstall/backend-query/
HDlist-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" ]
/NextBSD/contrib/one-true-awk/
HDrun.c219 #define NARGS 50 /* max args in a call */ macro
231 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */ in call()
251 if (ncall + ndef > NARGS) in call()
252 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
/NextBSD/contrib/gcc/
HDtree-browser.c74 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) { SYM, STRING, sizeof (STRING) - 1 }, argument
HDtree.h38 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
/NextBSD/contrib/gcc/cp/
HDChangeLog-19985977 * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS