Home
last modified time | relevance | path

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

/src/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c45 typedef int (*intrtn_t)(int, char**); typedef
46 static int call(intrtn_t, ...);
2336 call(intrtn_t routine, ...) in call()
/src/contrib/telnet/telnet/
H A Dcommands.c81 typedef int (*intrtn_t)(int, char **); typedef
100 static int call(intrtn_t, ...);
2584 call(intrtn_t routine, ...) in call()