Searched refs:BINC_RETC (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | conv.c | 185 BINC_RETC(NULL, *tostr, *blen, len); in int2raw() 228 BINC_RETC(NULL, cw->bp1.c, cw->blen1, \ in default_int2char() 245 BINC_RETC(NULL, *tostr, *blen, nlen); in default_int2char() 264 BINC_RETC(NULL, *tostr, *blen, nlen); in default_int2char()
|
H A D | mem.h | 50 #define BINC_RETC(sp, lp, llen, nlen) \ macro 86 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \ 122 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
|
H A D | log.c | 186 BINC_RETC(sp, ep->l_lp, ep->l_len, sizeof(u_char) + sizeof(MARK)); in log_cursor1() 260 BINC_RETC(sp, in log_line() 331 BINC_RETC(sp, ep->l_lp, in log_mark()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_util.c | 63 BINC_RETC(sp, exp->ibp, exp->ibp_len, off + 1); in ex_getline()
|