Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/vi/port/
H A Dex_vars.h74 #define vi_SLOWOPEN 31 macro
H A Dex_tty.c61 value(vi_SLOWOPEN) = (int)(speed) < B1200; in gettmode()
254 value(vi_SLOWOPEN) = 1; /* see also gettmode above */ in setterm()
H A Dex_vops.c767 if (value(vi_SLOWOPEN)) in voOpen()
H A Dex_vops2.c627 if (value(vi_SLOWOPEN)) in vappend()
H A Dex_vput.c620 …sert_mode || !exit_insert_mode) && ((hold & HOLDQIK) || !value(vi_REDRAW) || value(vi_SLOWOPEN))) { in vinschar()