Home
last modified time | relevance | path

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

/minix/external/bsd/nvi/dist/vi/
H A Dvs_refresh.c179 if (F_ISSET(sp, SC_SCR_TOP)) { in vs_paint()
276 if (F_ISSET(sp, SC_SCR_TOP)) in vs_paint()
298 if (F_ISSET(sp, SC_SCR_TOP)) in vs_paint()
734 F_CLR(sp, SC_SCR_CENTER | SC_SCR_REDRAW | SC_SCR_REFORMAT | SC_SCR_TOP); in vs_paint()
H A Dvi.c1009 F_CLR(sp, SC_SCR_TOP); in v_init()
/minix/external/bsd/nvi/dist/common/
H A Dscreen.h254 #define SC_SCR_TOP 0x00000100 /* Top the line if not visible. */ macro
H A Dexf.c424 F_SET(sp, SC_SCR_TOP); in file_init()
1232 F_SET(sp, SC_SCR_TOP); in file_comment()
1239 F_SET(sp, SC_SCR_TOP); in file_comment()
1248 F_SET(sp, SC_SCR_TOP); in file_comment()
/minix/external/bsd/nvi/dist/ex/
H A Dex_tag.c93 F_CLR(sp, SC_SCR_TOP); in ex_tag_first()
282 F_CLR(sp, SC_SCR_TOP); in ex_tag_nswitch()
333 F_CLR(new, SC_SCR_TOP); in ex_tag_Nswitch()