del               194 libdb/bt_open.c 	dbp->del = __bt_delete;
del                93 libdb/db.c     	dbp->del = (int (*)())__dberr;
del               140 libdb/db.h     	int (*del)	(const struct __db *, const DBT *, u_int);
del               443 libutil/dbop.c 		status = (*db->del)(db, &key, 0);
del               445 libutil/dbop.c 		status = (*db->del)(db, &key, R_CURSOR);