Searched refs:intrtn_t (Results 1 – 1 of 1) sorted by relevance
3434 typedef int (*intrtn_t)(); in call() typedef3435 intrtn_t routine; in call()3443 routine = (va_arg(ap, intrtn_t)); /* extract the routine's name */ in call()