Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_scroll.c345 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ? in v_pagedown()
396 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ? in v_pageup()
H A Dvi.h363 #define IS_SPLIT(sp) \ macro
H A Dvs_refresh.c798 if (IS_SPLIT(sp)) { in vs_modeline()
H A Dvs_split.c355 if (!IS_SPLIT(sp)) { in vs_discard()
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c52 y == RLNO(sp, LASTLINE(sp)) && IS_SPLIT(sp)) { in addstr4()
326 if (!F_ISSET(sp, SC_SCR_EXWROTE) && IS_SPLIT(sp)) { in cl_deleteln()