Searched refs:SC_SCR_TOP (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/vi/vi/ |
| D | vs_refresh.c | 190 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()
|
| D | vi.c | 398 F_CLR(sp, SC_SCR_TOP); in vi() 983 F_CLR(sp, SC_SCR_TOP); in v_init()
|
| /openbsd/src/usr.bin/vi/common/ |
| D | screen.h | 177 #define SC_SCR_TOP 0x00000100 /* Top the line if not visible. */ macro
|
| D | exf.c | 1170 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/ |
| D | ex_tag.c | 76 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()
|