Searched refs:BINC_RETW (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_move.c | 141 BINC_RETW(sp, bp, blen, len); in ex_move() 159 BINC_RETW(sp, bp, blen, len); in ex_move()
|
H A D | ex_txt.c | 414 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); in txt_dent()
|
/freebsd/contrib/nvi/common/ |
H A D | conv.c | 57 BINC_RETW(NULL, *tostr, *blen, len); in raw2int() 118 BINC_RETW(NULL, *tostr, *blen, nlen); in default_char2int() 137 BINC_RETW(NULL, *tostr, *blen, nlen); in default_char2int()
|
H A D | mem.h | 52 #define BINC_RETW(sp, lp, llen, nlen) \ macro
|
/freebsd/contrib/nvi/vi/ |
H A D | v_txt.c | 302 BINC_RETW(sp, tp->lb, tp->lb_len, len); in v_txt() 1769 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + nlen); in v_txt_auto() 2080 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + nlen); in txt_fc() 2106 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + 1); in txt_fc() 2268 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + olen); in txt_emark() 2465 BINC_RETW(sp, in txt_insch() 2505 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + 1); in txt_insch()
|
H A D | vi.c | 1078 BINC_RETW(sp, vip->keyw, vip->keywlen, len+1); in v_curword()
|