Home
last modified time | relevance | path

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

/minix/external/bsd/nvi/dist/common/
H A Dmem.h71 BINC_GOTOC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
72 bp = (type *) L__wp->tmp_bp; \
89 BINC_RETC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
90 bp = (type *) L__wp->tmp_bp; \
107 if (L__wp == NULL || bp == (type *)L__wp->tmp_bp) { \
109 BINC_GOTOC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
110 bp = (type *) L__wp->tmp_bp; \
121 if (L__wp == NULL || bp == (type *)L__wp->tmp_bp) { \
123 BINC_RETC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
124 bp = (type *) L__wp->tmp_bp; \
[all …]
H A Dgs.c130 if (wp->tmp_bp != NULL) in win_end()
131 free(wp->tmp_bp); in win_end()
H A Dscreen.h67 char *tmp_bp; /* Temporary buffer. */ member