dbop_get          335 gozilla/gozilla.c 		if ((p = (char *)dbop_get(dbop, arg)) != NULL) {
dbop_get          127 htags/assoc.c  	return dbop_get(assoc->dbop, name);
dbop_get          447 libutil/dbop.c 	if ((p = dbop_get(dbop, key)) == NULL)
dbop_get           72 libutil/dbop.h const char *dbop_get(DBOP *, const char *);
dbop_get           54 libutil/defined.c 	if (dbop_get(dbop, name))
dbop_get          120 libutil/gpathop.c 		const char *path = dbop_get(dbop, NEXTKEY);
dbop_get          151 libutil/gpathop.c 	if (dbop_get(dbop, path) != NULL)
dbop_get          186 libutil/gpathop.c 	const char *fid = dbop_get(dbop, path);
dbop_get          207 libutil/gpathop.c 	const char *path = dbop_get(dbop, fid);
dbop_get          228 libutil/gpathop.c 	fid = dbop_get(dbop, path);