HomeSort by: relevance | last modified time | path
    Searched refs:BINC_RETW (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_move.c 151 BINC_RETW(sp, bp, blen, len);
169 BINC_RETW(sp, bp, blen, len);
ex_txt.c 427 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1);
  /src/external/bsd/nvi/dist/common/
conv.c 57 BINC_RETW(NULL, *tostr, *blen, len);
129 BINC_RETW(NULL, *tostr, *blen, nlen);
mem.h 55 #define BINC_RETW(sp, lp, llen, nlen) \
  /src/external/bsd/nvi/dist/vi/
v_txt.c 314 BINC_RETW(sp, tp->lb, tp->lb_len, len);
1808 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + nlen);
2034 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + 1);
2109 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + nlen);
2126 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + 1);
2291 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + olen);
2498 BINC_RETW(sp,
2542 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + 1);
vi.c 1148 BINC_RETW(sp, vip->keyw, vip->keywlen, len+1);

Completed in 20 milliseconds