Lines Matching defs:bp
57 #define AFTSUB(bp, n) ((bp)->buf[(int)n]) argument
58 #define BEFSUB(bp, n) ((bp)->buf[(int)((bp)->size - (n) - 1)]) argument
129 bufgap_open(bufgap_t *bp, const char *f) in bufgap_open()
173 bufgap_close(bufgap_t *bp) in bufgap_close()
180 bufgap_forwards(bufgap_t *bp, uint64_t n, int type) in bufgap_forwards()
237 bufgap_backwards(bufgap_t *bp, uint64_t n, int type) in bufgap_backwards()
294 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type) in bufgap_seek()
362 bufgap_getstr(bufgap_t *bp) in bufgap_getstr()
369 bufgap_getbin(bufgap_t *bp, void *dst, size_t len) in bufgap_getbin()
380 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell()
398 bufgap_size(bufgap_t *bp, int type) in bufgap_size()
407 bufgap_insert(bufgap_t *bp, const char *s, int n) in bufgap_insert()
443 bufgap_delete(bufgap_t *bp, uint64_t n) in bufgap_delete()
466 bufgap_peek(bufgap_t *bp, int64_t delta) in bufgap_peek()
484 bufgap_gettext(bufgap_t *bp, int64_t from, int64_t to) in bufgap_gettext()
503 bufgap_write(bufgap_t *bp, FILE *filep) in bufgap_write()
516 bufgap_dirty(bufgap_t *bp) in bufgap_dirty()