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

/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dpsort.c62 #define NARGS ((PAGESIZE - offsetof(struct page, args)) / sizeof(union args)) macro
116 for(args = page->args, i = NARGS; i > 0; args++, i--) {
H A Dpsort_b.c62 #define NARGS ((PAGESIZE - offsetof(struct page, args)) / sizeof(union args)) macro
116 for(args = page->args, i = NARGS; i > 0; args++, i--) {
H A Dpsort_r.c62 #define NARGS ((PAGESIZE - offsetof(struct page, args)) / sizeof(union args)) macro
116 for(args = page->args, i = NARGS; i > 0; args++, i--) {
/macosx-10.10/awk-20/src/
H A Drun.c218 #define NARGS 50 /* max args in a call */ macro
230 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */
250 if (ncall + ndef > NARGS)
251 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);

Completed in 102 milliseconds