Home
last modified time | relevance | path

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

/netbsd-src/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
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dgcdext.c40 mp_ptr tmp_ap, tmp_bp; in mpz_gcdext() local
88 tmp_bp = tmp_sp + bsize + 1; in mpz_gcdext()
89 tmp_ap = tmp_bp + bsize; in mpz_gcdext()
91 MPN_COPY (tmp_bp, PTR (b), bsize); in mpz_gcdext()
93 gsize = mpn_gcdext (tmp_gp, tmp_sp, &tmp_ssize, tmp_ap, asize, tmp_bp, bsize); in mpz_gcdext()