Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/vi/
HDv_screen.c38 if (F_ISSET(sp, SC_COMEDIT)) { in v_screen()
HDv_scroll.c229 if (F_ISSET(sp, SC_COMEDIT)) in v_cr()
HDv_ex.c525 F_SET(new, SC_COMEDIT); in v_ecl()
/dragonfly/contrib/nvi2/common/
HDscreen.h194 #define SC_COMEDIT 0x00010000 /* Colon command-line edit window. */ macro