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