Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/vi/
Dvs_refresh.c190 if (F_ISSET(sp, SC_SCR_TOP)) { in vs_paint()
296 if (F_ISSET(sp, SC_SCR_TOP)) in vs_paint()
318 if (F_ISSET(sp, SC_SCR_TOP)) in vs_paint()
753 F_CLR(sp, SC_SCR_CENTER | SC_SCR_REDRAW | SC_SCR_REFORMAT | SC_SCR_TOP); in vs_paint()
Dvi.c398 F_CLR(sp, SC_SCR_TOP); in vi()
983 F_CLR(sp, SC_SCR_TOP); in v_init()
/openbsd/src/usr.bin/vi/common/
Dscreen.h177 #define SC_SCR_TOP 0x00000100 /* Top the line if not visible. */ macro
Dexf.c1170 F_SET(sp, SC_SCR_TOP); in file_comment()
1177 F_SET(sp, SC_SCR_TOP); in file_comment()
1186 F_SET(sp, SC_SCR_TOP); in file_comment()
/openbsd/src/usr.bin/vi/ex/
Dex_tag.c76 F_CLR(sp, SC_SCR_TOP); in ex_tag_first()
304 F_CLR(sp, SC_SCR_TOP); in ex_tag_nswitch()
354 F_CLR(new, SC_SCR_TOP); in ex_tag_Nswitch()