Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_replace.c98 if (vs_refresh(sp, 0)) in v_replace()
H A Dvi.c99 if (vs_refresh(sp, 0)) in vi()
385 if (vs_refresh(sp, 1)) in vi()
1064 (void)vs_refresh(sp, 0); in v_curword()
H A Dv_increment.c94 (void)vs_refresh(sp, 0); in v_increment()
H A Dv_txt.c468 if (vs_refresh(sp, 1)) in v_txt()
495 (void)vs_refresh(sp, 1); in v_txt()
1397 if (vs_refresh(sp, margin != 0)) in v_txt()
2609 if (!KEYS_WAITING(sp) && vs_refresh(sp, 0)) in txt_isrch()
2712 if (vs_refresh(sp, 1)) in txt_showmatch()
2752 if (vs_refresh(sp, 1)) in txt_showmatch()
H A Dvs_refresh.c62 vs_refresh( in vs_refresh() function
H A Dvs_msg.c681 if (!F_ISSET(sp, SC_SCR_VI) && vs_refresh(sp, 1)) in vs_resolve()
/freebsd/usr.bin/vi/
H A DMakefile71 SRCS+= vs_line.c vs_msg.c vs_refresh.c vs_relative.c vs_smap.c vs_split.c
H A Dextern.h290 int vs_refresh(SCR *, int);
/freebsd/contrib/nvi/ex/
H A Dex_script.c503 rval = vs_refresh(sp, 1); in sscr_insert()
H A Dex_subst.c626 if (vs_refresh(sp, 1)) in s()
/freebsd/contrib/nvi/
H A DCMakeLists.txt78 vi/vi.c vi/vs_line.c vi/vs_msg.c vi/vs_refresh.c vi/vs_relative.c