Lines Matching refs:bitem
264 datum item, bitem;269 bitem.dptr = NULL;270 bitem.dsize = 0;281 if (f || cmpdatum(bitem, item) < 0) {282 bitem = item;287 return (bitem);298 datum item, bitem;302 bitem = makdatum(pagbuf, 0);307 if (cmpdatum(bitem, item) < 0)308 bitem = item;310 if (bitem.dptr != NULL)311 return (bitem);