DBOP              175 global/global.c 	DBOP *dbop;
DBOP              320 gozilla/gozilla.c 	DBOP *dbop = NULL;
DBOP               25 htags/assoc.h  	DBOP *dbop;
DBOP               47 htags/path2url.c 	DBOP *dbop;
DBOP               66 libutil/dbop.c DBOP *
DBOP               71 libutil/dbop.c 	DBOP *dbop;
DBOP              113 libutil/dbop.c 	dbop = (DBOP *)check_calloc(sizeof(DBOP), 1);
DBOP              134 libutil/dbop.c dbop_get(DBOP *dbop, const char *name)
DBOP              164 libutil/dbop.c dbop_put(DBOP *dbop, const char *name, const char *data)
DBOP              198 libutil/dbop.c dbop_put_withlen(DBOP *dbop, const char *name, const char *data, int length)
DBOP              230 libutil/dbop.c dbop_delete(DBOP *dbop, const char *path)
DBOP              253 libutil/dbop.c dbop_update(DBOP *dbop, const char *key, const char *dat)
DBOP              272 libutil/dbop.c dbop_first(DBOP *dbop, const char *name, regex_t *preg, int flags)
DBOP              348 libutil/dbop.c dbop_next(DBOP *dbop)
DBOP              400 libutil/dbop.c dbop_unread(DBOP *dbop)
DBOP              411 libutil/dbop.c dbop_lastdat(DBOP *dbop, int *size)
DBOP              421 libutil/dbop.c dbop_getflag(DBOP *dbop)
DBOP              442 libutil/dbop.c dbop_getoption(DBOP *dbop, const char *key)
DBOP              460 libutil/dbop.c dbop_putoption(DBOP *dbop, const char *key, const char *string)
DBOP              474 libutil/dbop.c dbop_getversion(DBOP *dbop)
DBOP              487 libutil/dbop.c dbop_putversion(DBOP *dbop, int version)
DBOP              500 libutil/dbop.c dbop_close(DBOP *dbop)
DBOP               71 libutil/dbop.h DBOP *dbop_open(const char *, int, int, int);
DBOP               72 libutil/dbop.h const char *dbop_get(DBOP *, const char *);
DBOP               73 libutil/dbop.h void dbop_put(DBOP *, const char *, const char *);
DBOP               74 libutil/dbop.h void dbop_put_withlen(DBOP *, const char *, const char *, int);
DBOP               75 libutil/dbop.h void dbop_delete(DBOP *, const char *);
DBOP               76 libutil/dbop.h void dbop_update(DBOP *, const char *, const char *);
DBOP               77 libutil/dbop.h const char *dbop_first(DBOP *, const char *, regex_t *, int);
DBOP               78 libutil/dbop.h const char *dbop_next(DBOP *);
DBOP               79 libutil/dbop.h void dbop_unread(DBOP *);
DBOP               80 libutil/dbop.h const char *dbop_lastdat(DBOP *, int *);
DBOP               81 libutil/dbop.h const char *dbop_getflag(DBOP *);
DBOP               82 libutil/dbop.h const char *dbop_getoption(DBOP *, const char *);
DBOP               83 libutil/dbop.h void dbop_putoption(DBOP *, const char *, const char *);
DBOP               84 libutil/dbop.h int dbop_getversion(DBOP *);
DBOP               85 libutil/dbop.h void dbop_putversion(DBOP *, int);
DBOP               86 libutil/dbop.h void dbop_close(DBOP *);
DBOP               33 libutil/defined.c static DBOP *dbop = NULL;
DBOP               43 libutil/gpathop.c static DBOP *dbop;
DBOP               39 libutil/gpathop.h 	DBOP *dbop;
DBOP               75 libutil/gtagsop.h 	DBOP *dbop;			/* descripter of DBOP */