Searched refs:CHAR2INT5 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | key.h | 17 #define CHAR2INT5(sp,buf,n,nlen,w,wlen) \ macro 32 #define CHAR2INT5(sp,buf,n,nlen,w,wlen) \ macro 46 CHAR2INT5(sp,sp->cw,n,nlen,w,wlen)
|
H A D | msg.c | 855 CHAR2INT5(sp, EXP(sp)->ibcw, (char *)s, strlen(s) + 1, wp, wlen); in msg_print()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_script.c | 244 if (CHAR2INT5(sp, exp->ibcw, t, p - t, wp, wlen)) in sscr_getprompt() 277 if (CHAR2INT5(sp, exp->ibcw, buf, llen, wp, wlen)) in sscr_getprompt() 464 if (CHAR2INT5(sp, exp->ibcw, t, len, wp, wlen)) in sscr_insert() 494 if (CHAR2INT5(sp, exp->ibcw, t, len, wp, wlen)) in sscr_insert()
|