Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_txt.c268 int filec_redraw; /* Redraw after the file completion routine. */ in v_txt() local
461 filec_redraw = hexcnt = showmatch = 0; in v_txt()
486 if (filec_redraw && !F_ISSET(sp, SC_SCR_EXWROTE)) { in v_txt()
487 filec_redraw = 0; in v_txt()
567 if (txt_fc(sp, tp, &filec_redraw)) in v_txt()
1387 !F_ISSET(sp, SC_TINPUT_INFO) && !filec_redraw && in v_txt()