Home
last modified time | relevance | path

Searched refs:showmode (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.bin/vi/vi/
H A Dv_itxt.c95 sp->showmode = SM_APPEND; in v_ia()
151 sp->showmode = SM_INSERT; in v_ii()
202 sp->showmode = SM_INSERT; in io()
272 sp->showmode = SM_CHANGE; in v_change()
391 sp->showmode = SM_REPLACE; in v_Replace()
425 sp->showmode = SM_CHANGE; in v_subst()
H A Dv_replace.c98 sp->showmode = SM_REPLACE; in v_replace()
H A Dvs_refresh.c891 t = modes[sp->showmode]; in vs_modeline()
H A Dvi.c102 sp->showmode = SM_COMMAND; in vi()
H A Dv_txt.c1217 if (sp->showmode != SM_COMMAND && quote != Q_VTHIS && in v_txt()
/openbsd/usr.bin/vi/common/
H A Dscreen.h90 SM_REPLACE } showmode; member
/openbsd/usr.bin/vi/docs/USD.doc/vi.man/
H A Dspell.ok127 showmode
/openbsd/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok297 showmode
/openbsd/gnu/llvm/llvm/utils/vim/
H A Dvimrc98 "set showmode
/openbsd/usr.bin/vi/docs/
H A Dchangelog106 + Add "smd" as an abbreviation for showmode: HP, ICL and SCO have it.
535 + Fold the showdirty option into the showmode option.