Home
last modified time | relevance | path

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

/netbsd/external/bsd/nvi/dist/vi/
H A Dv_screen.c48 if (F_ISSET(sp, SC_COMEDIT)) { in v_screen()
H A Dv_scroll.c239 if (F_ISSET(sp, SC_COMEDIT)) in v_cr()
H A Dv_ex.c546 F_SET(new, SC_COMEDIT); in v_ecl()
/netbsd/external/bsd/nvi/dist/common/
H A Dscreen.h265 #define SC_COMEDIT 0x00010000 /* Colon command-line edit window. */ macro