Searched defs:__db_jumptab (Results 1 – 1 of 1) sorted by relevance
11 struct __db_jumptab { struct12 int (*j_close) __P((int)); /* DB_FUNC_CLOSE */13 void (*j_dirfree) __P((char **, int)); /* DB_FUNC_DIRFREE */14 int (*j_dirlist) /* DB_FUNC_DIRLIST */16 int (*j_exists) /* DB_FUNC_EXISTS */40 extern struct __db_jumptab __db_jump; argument