Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dmem.h20 #define BINC_GOTO(sp, type, lp, llen, nlen) do { \ macro
34 BINC_GOTO(sp, char, lp, llen, nlen)
36 BINC_GOTO(sp, CHAR_T, lp, llen, (nlen) * sizeof(CHAR_T))
66 BINC_GOTO(sp, type, bp, blen, nlen); \
111 BINC_GOTO(sp, type, bp, blen, nlen); \
/freebsd/contrib/nvi/vi/
H A Dv_txt.c590 BINC_GOTO(sp, EVENT, vip->rep, in v_txt()