Home
last modified time | relevance | path

Searched refs:tmp_bp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/vi/common/
H A Dmem.h56 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 Dgs.h79 char *tmp_bp; /* Temporary buffer. */ member
H A Dmain.c510 free(gp->tmp_bp); in v_end()