Home
last modified time | relevance | path

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

/trueos/contrib/nvi/vi/
HDv_screen.c42 if (F_ISSET(sp, SC_COMEDIT)) { in v_screen()
HDv_scroll.c233 if (F_ISSET(sp, SC_COMEDIT)) in v_cr()
HDv_ex.c529 F_SET(new, SC_COMEDIT); in v_ecl()
/trueos/contrib/nvi/common/
HDscreen.h196 #define SC_COMEDIT 0x00010000 /* Colon command-line edit window. */ macro