Lines Matching defs:bp
46 #define AFTSUB(bp, n) ((bp)->buf[(int)n]) argument
47 #define BEFSUB(bp, n) ((bp)->buf[(int)((bp)->size - (n) - 1)]) argument
118 bufgap_open(bufgap_t *bp, const char *f) in bufgap_open()
162 bufgap_close(bufgap_t *bp) in bufgap_close()
169 bufgap_forwards(bufgap_t *bp, uint64_t n, int type) in bufgap_forwards()
226 bufgap_backwards(bufgap_t *bp, uint64_t n, int type) in bufgap_backwards()
283 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type) in bufgap_seek()
351 bufgap_getstr(bufgap_t *bp) in bufgap_getstr()
358 bufgap_getbin(bufgap_t *bp, void *dst, size_t len) in bufgap_getbin()
369 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell()
387 bufgap_size(bufgap_t *bp, int type) in bufgap_size()
396 bufgap_insert(bufgap_t *bp, const char *s, int n) in bufgap_insert()
432 bufgap_delete(bufgap_t *bp, uint64_t n) in bufgap_delete()
455 bufgap_peek(bufgap_t *bp, int64_t delta) in bufgap_peek()
473 bufgap_gettext(bufgap_t *bp, int64_t from, int64_t to) in bufgap_gettext()
492 bufgap_write(bufgap_t *bp, FILE *filep) in bufgap_write()
505 bufgap_dirty(bufgap_t *bp) in bufgap_dirty()