Home
last modified time | relevance | path

Searched refs:j_runlink (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_map.c267 if (__db_jump.j_runlink != NULL)
268 return (__db_jump.j_runlink(name));
H A Dos_config.c86 __db_jump.j_runlink = (int (*) __P((char *)))func;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h29 int (*j_runlink) __P((char *)); /* DB_FUNC_RUNLINK */ member