Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dmem.h68 BINC_GOTOC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
69 bp = (type *) L__gp->tmp_bp; \
86 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
87 bp = (type *) L__gp->tmp_bp; \
104 if (L__gp == NULL || bp == (type *)L__gp->tmp_bp) { \
106 BINC_GOTOC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
107 bp = (type *) L__gp->tmp_bp; \
120 if (L__gp == NULL || bp == (type *)L__gp->tmp_bp) { \
122 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
123 bp = (type *) L__gp->tmp_bp; \
[all …]
H A Dgs.h78 char *tmp_bp; /* Temporary buffer. */ member
H A Dmain.c486 free(gp->tmp_bp); in v_end()