Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3400 typedef int (*intrtn_t)(); in call() typedef
3401 intrtn_t routine; in call()
3409 routine = (va_arg(ap, intrtn_t)); /* extract the routine's name */ in call()