Home
last modified time | relevance | path

Searched refs:ibcw (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_script.c244 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()
H A Dex.h177 CONVWIN ibcw; /* File line input conversion buffer. */ member
H A Dex_filter.c307 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen); in filter_ldisplay()
H A Dex_read.c324 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen); in ex_readfp()
H A Dex_init.c97 free(exp->ibcw.bp1.c); in ex_screen_end()
/freebsd/contrib/nvi/common/
H A Dmsg.c855 CHAR2INT5(sp, EXP(sp)->ibcw, (char *)s, strlen(s) + 1, wp, wlen); in msg_print()