Home
last modified time | relevance | path

Searched refs:SM_COMMAND (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/vi/common/
H A Dscreen.h89 SM_APPEND = 0, SM_CHANGE, SM_COMMAND, SM_INSERT, enumerator
/openbsd/usr.bin/vi/vi/
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()