Searched refs:b_end_p (Results 1 – 2 of 2) sorted by relevance
141 #define FLUSH(cnt) if ((Buffr.b_end_p - Buffr.b_in_p) < cnt) bflush()
230 *b_end_p; /* Pointer to end of buffer */ member916 while ((Buffr.b_end_p - Buffr.b_in_p) >= Bufsize) { in bfill()919 if (((Buffr.b_end_p - Buffr.b_in_p) >= Bufsize) && in bfill()5827 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz)) { in read_hdr()5996 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz)) in read_hdr()6711 Buffr.b_end_p = Buffr.b_base_p + Buffr.b_size; in setup()