Home
last modified time | relevance | path

Searched refs:SC_SCR_TOP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c193 if (F_ISSET(sp, SC_SCR_TOP)) { in vs_paint()
290 if (F_ISSET(sp, SC_SCR_TOP)) in vs_paint()
312 if (F_ISSET(sp, SC_SCR_TOP)) in vs_paint()
746 F_CLR(sp, SC_SCR_CENTER | SC_SCR_REDRAW | SC_SCR_REFORMAT | SC_SCR_TOP); in vs_paint()
/freebsd/contrib/nvi/common/
H A Dscreen.h183 #define SC_SCR_TOP 0x00000100 /* Top the line if not visible. */ macro
H A Dexf.c1269 F_SET(sp, SC_SCR_TOP);
1276 F_SET(sp, SC_SCR_TOP);
1285 F_SET(sp, SC_SCR_TOP);
/freebsd/contrib/nvi/ex/
H A Dex_tag.c73 F_CLR(sp, SC_SCR_TOP); in ex_tag_first()
237 F_CLR(sp, SC_SCR_TOP); in ex_tag_nswitch()
287 F_CLR(new, SC_SCR_TOP); in ex_tag_Nswitch()