Searched refs:vs_refresh (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/nvi2/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() 2608 if (!KEYS_WAITING(sp) && vs_refresh(sp, 0)) in txt_isrch() 2711 if (vs_refresh(sp, 1)) in txt_showmatch() 2751 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 | 678 if (!F_ISSET(sp, SC_SCR_VI) && vs_refresh(sp, 1)) in vs_resolve()
|
/dflybsd-src/usr.bin/vi/ |
H A D | Makefile | 79 SRCS+= vs_line.c vs_msg.c vs_refresh.c vs_relative.c vs_smap.c vs_split.c
|
H A D | vi_extern.h | 123 int vs_refresh(SCR *, int);
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_script.c | 503 rval = vs_refresh(sp, 1); in sscr_insert()
|
H A D | ex_subst.c | 625 if (vs_refresh(sp, 1)) in s()
|