Searched refs:n_ptrs (Results 1 – 1 of 1) sorted by relevance
112 static void call(int n_ptrs, ...);3431 call(int n_ptrs, ...) in call() argument3439 if (n_ptrs > MAXVARGS) in call()3440 n_ptrs = MAXVARGS; in call()3441 va_start(ap, n_ptrs); in call()3444 n_ptrs--; in call()3446 while (argno < n_ptrs) /* extract the routine's args */ in call()