Searched refs:vs_refresh (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_replace.c | 98 if (vs_refresh(sp, 0)) in v_replace()
|
H A D | vi.c | 99 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 D | v_increment.c | 94 (void)vs_refresh(sp, 0); in v_increment()
|
H A D | v_txt.c | 468 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 D | vs_refresh.c | 62 vs_refresh( in vs_refresh() function
|
H A D | vs_msg.c | 681 if (!F_ISSET(sp, SC_SCR_VI) && vs_refresh(sp, 1)) in vs_resolve()
|
/freebsd/usr.bin/vi/ |
H A D | Makefile | 71 SRCS+= vs_line.c vs_msg.c vs_refresh.c vs_relative.c vs_smap.c vs_split.c
|
H A D | extern.h | 290 int vs_refresh(SCR *, int);
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_script.c | 503 rval = vs_refresh(sp, 1); in sscr_insert()
|
H A D | ex_subst.c | 626 if (vs_refresh(sp, 1)) in s()
|
/freebsd/contrib/nvi/ |
H A D | CMakeLists.txt | 78 vi/vi.c vi/vs_line.c vi/vs_msg.c vi/vs_refresh.c vi/vs_relative.c
|