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