Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/common/
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 …]
Dgs.h78 char *tmp_bp; /* Temporary buffer. */ member
Dmain.c487 free(gp->tmp_bp);