Searched refs:tmp_bp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/nvi/common/ |
| H A D | mem.h | 70 BINC_GOTOC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \ 71 bp = (type *) L__gp->tmp_bp; \ 88 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \ 89 bp = (type *) L__gp->tmp_bp; \ 106 if (L__gp == NULL || bp == (type *)L__gp->tmp_bp) { \ 108 BINC_GOTOC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \ 109 bp = (type *) L__gp->tmp_bp; \ 122 if (L__gp == NULL || bp == (type *)L__gp->tmp_bp) { \ 124 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \ 125 bp = (type *) L__gp->tmp_bp; \ [all …]
|
| H A D | main.c | 502 if (gp->tmp_bp != NULL) 503 free(gp->tmp_bp);
|
| H A D | gs.h | 82 char *tmp_bp; /* Temporary buffer. */ member
|