Searched refs:xbp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libc/db/hash/
H A Dhash_buf.c161 BUFHEAD *xbp; /* Temp pointer */ local
226 for (xbp = bp; xbp->ovfl;) {
227 next_xbp = xbp->ovfl;
228 xbp->ovfl = 0;
229 xbp = next_xbp;
232 if (IS_BUCKET(xbp->flags) ||
233 (oaddr != xbp->addr))
236 shortp = (uint16_t *)(void *)xbp->page;
240 if ((xbp
[all...]
H A Dhash_bigkey.c476 BUFHEAD *xbp; local
509 xbp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0);
510 if (!xbp || ((totlen =
511 collect_data(hashp, xbp, len + mylen, set)) < 1))
542 BUFHEAD *xbp; local
561 xbp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0);
562 if (!xbp || ((totlen =
563 collect_key(hashp, xbp, totlen, val, set)) < 1))
/netbsd-current/bin/ksh/
H A Demacs.c88 static char *xbp; /* start of visible portion of input buffer */ variable
329 xbp = xbuf = buf; xend = buf + len;
675 if (cp < xbp || cp >= (xbp + x_displen))
884 xbp = xbuf;
1023 xlp = xbp = xep = xbuf;
1073 if (xbp == xbuf)
1081 x_zots(xbp);
1082 if (xbp != xbuf || xep > xlp)
1089 i = limit - (xlp - xbp);
[all...]

Completed in 173 milliseconds