Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c112 static void call(int n_ptrs, ...);
3431 call(int n_ptrs, ...) in call() argument
3439 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()