Home
last modified time | relevance | path

Searched refs:BINC_RET (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dmem.h37 #define BINC_RET(sp, type, lp, llen, nlen) do { \ macro
51 BINC_RET(sp, char, lp, llen, nlen)
53 BINC_RET(sp, CHAR_T, lp, llen, (nlen) * sizeof(CHAR_T))
84 BINC_RET(sp, type, bp, blen, nlen); \
127 BINC_RET(sp, type, bp, blen, nlen); \
H A Dkey.c915 BINC_RET(sp, EVENT, gp->i_event, olen, new_nelem * sizeof(gp->i_event[0])); in v_event_grow()