Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dconv.c185 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 Dmem.h50 #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 Dlog.c186 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 Dex_util.c63 BINC_RETC(sp, exp->ibp, exp->ibp_len, off + 1); in ex_getline()