Searched refs:routine (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dcommands.c123 int (*handler)(int, char **); /* routine which executes command */
660 int (*handler)(int); /* routine to do actual setting */
1139 int (*handler)(int);/* routine which executes command */
2592 * Call routine with argc, argv set from args (terminated by 0).
2596 call(intrtn_t routine, ...)
2602 va_start(ap, routine);
2605 return (*routine)(argno-1, args);
2588 call(intrtn_t routine, ...) argument

Completed in 43 milliseconds