del               193 libdb/bt_open.c 	dbp->del = __bt_delete;
del                94 libdb/db.c     	dbp->del = (int (*)())__dberr;
del               107 libdb/db.h     	int (*del)	(const struct __db *, const DBT *, u_int);
del               239 libutil/dbop.c 		status = (*db->del)(db, &key, 0);
del               241 libutil/dbop.c 		status = (*db->del)(db, &key, R_CURSOR);