dbop_get         1423 global/global.c 			if (dbop_get(data->dbop, key) != NULL) {
dbop_get          336 gtags/gtags.c  		if (dbop_get(dbop, NEXTKEY))
dbop_get          105 libutil/assoc.c 	return dbop_get(assoc->dbop, name);
dbop_get          653 libutil/dbop.c 	if ((p = dbop_get(dbop, key)) == NULL)
dbop_get          106 libutil/dbop.h const char *dbop_get(DBOP *, const char *);
dbop_get           54 libutil/defined.c 	if (dbop_get(dbop, name))
dbop_get          129 libutil/gpathop.c 		const char *path = dbop_get(dbop, NEXTKEY);
dbop_get          160 libutil/gpathop.c 	if (dbop_get(dbop, path) != NULL)
dbop_get          195 libutil/gpathop.c 	const char *fid = dbop_get(dbop, path);
dbop_get          216 libutil/gpathop.c 	const char *path = dbop_get(dbop, fid);
dbop_get          237 libutil/gpathop.c 	fid = dbop_get(dbop, path);
dbop_get          296 libutil/gtagsop.c 	return prev_result = dbop_get(gtop->gtags, prev_name) ? 1 : 0;