Lines Matching refs:bp
128 buffblock_T *bp; in get_buffcont() local
131 for (bp = buffer->bh_first.b_next; bp != NULL; bp = bp->b_next) in get_buffcont()
132 count += (long_u)STRLEN(bp->b_str); in get_buffcont()
137 for (bp = buffer->bh_first.b_next; bp != NULL; bp = bp->b_next) in get_buffcont()
138 for (str = bp->b_str; *str; ) in get_buffcont()
739 static buffblock_T *bp; in read_redo() local
749 bp = old_redobuff.bh_first.b_next; in read_redo()
751 bp = redobuff.bh_first.b_next; in read_redo()
752 if (bp == NULL) in read_redo()
754 p = bp->b_str; in read_redo()
777 if (*++p == NUL && bp->b_next != NULL) in read_redo()
779 bp = bp->b_next; in read_redo()
780 p = bp->b_str; in read_redo()