Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/nvi/vi/
HDv_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()
HDvi.h363 #define IS_SPLIT(sp) \ macro
HDvs_refresh.c799 if (IS_SPLIT(sp) || O_ISSET(sp, O_SHOWFILENAME)) { in vs_modeline()
HDvs_split.c355 if (!IS_SPLIT(sp)) { in vs_discard()
/freebsd-14-stable/contrib/nvi/cl/
HDcl_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()