Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3434 typedef int (*intrtn_t)(); in call() typedef
3435 intrtn_t routine; in call()
3443 routine = (va_arg(ap, intrtn_t)); /* extract the routine's name */ in call()