Searched refs:tmp_bp (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/vi/common/ |
| H A D | mem.h | 56 BINC_GOTO((sp), L__gp->tmp_bp, L__gp->tmp_blen, (nlen));\ 57 (bp) = L__gp->tmp_bp; \ 69 BINC_RET((sp), L__gp->tmp_bp, L__gp->tmp_blen, (nlen)); \ 70 (bp) = L__gp->tmp_bp; \ 82 if (L__gp != NULL && (bp) == L__gp->tmp_bp) { \ 84 BINC_GOTO((sp), L__gp->tmp_bp, L__gp->tmp_blen, (nlen));\ 85 (bp) = L__gp->tmp_bp; \ 93 if (L__gp != NULL && (bp) == L__gp->tmp_bp) { \ 95 BINC_RET((sp), L__gp->tmp_bp, L__gp->tmp_blen, (nlen)); \ 96 (bp) = L__gp->tmp_bp; \ [all …]
|
| H A D | gs.h | 79 char *tmp_bp; /* Temporary buffer. */ member
|
| H A D | main.c | 510 free(gp->tmp_bp); in v_end()
|