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

/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c6236 * Read a line of text from `stream' into `lbp', excluding the
6249 readline_internal (lbp, stream)
6250 linebuffer *lbp;
6253 char *buffer = lbp->buffer;
6254 register char *p = lbp->buffer;
6258 pend = p + lbp->size; /* Separate to avoid 386/IX compiler bug. */
6266 lbp->size *= 2;
6267 xrnew (buffer, lbp->size, char);
6268 p += buffer - lbp->buffer;
6269 pend = buffer + lbp
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c3019 struct nfsbuf *bp, *prevlbp, *lbp; local
3108 LIST_FOREACH(lbp, &commitlist, nb_vnbufs) {
3109 if (bp->nb_lblkno < lbp->nb_lblkno)
3111 prevlbp = lbp;
/macosx-10.10/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh4815 lbp|lj4)
5683 X*|dvi|html|lbp|lj4|ps)

Completed in 84 milliseconds