HomeSort by: relevance | last modified time | path
    Searched defs:xbp (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/hash/
hash_buf.c 161 BUFHEAD *xbp; /* Temp pointer */ local in function:newbuf
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->flags & BUF_MOD) && __put_page(hashp
    [all...]
hash_bigkey.c 476 BUFHEAD *xbp; local in function:collect_data
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 in function:collect_key
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))
  /src/bin/ksh/
emacs.c 88 static char *xbp; /* start of visible portion of input buffer */ variable in typeref:typename:char *
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 12 milliseconds