Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_txt.c279 int filec_redraw; /* Redraw after the file completion routine. */ in v_txt() local
473 filec_redraw = hexcnt = showmatch = 0; in v_txt()
498 if (filec_redraw && !F_ISSET(sp, SC_SCR_EXWROTE)) { in v_txt()
499 filec_redraw = 0; in v_txt()
582 if (txt_fc(sp, tp, &filec_redraw)) in v_txt()
1429 !F_ISSET(sp, SC_TINPUT_INFO) && !filec_redraw && in v_txt()