Searched refs:j_runlink (Results 1 – 3 of 3) sorted by relevance
31 int (*j_runlink) __P((char *)); /* DB_FUNC_RUNLINK */ member
267 if (__db_jump.j_runlink != NULL)268 return (__db_jump.j_runlink(name));
86 __db_jump.j_runlink = (int (*) __P((char *)))func;