Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_usage.c157 if (key == '~' && O_ISSET(sp, O_TILDEOP)) in ex_viusage()
175 if (key == '~' && O_ISSET(sp, O_TILDEOP)) in ex_viusage()
/freebsd/usr.bin/vi/
H A Doptions_def.h71 #define O_TILDEOP 70 macro
/freebsd/contrib/nvi/vi/
H A Dvi.c558 if (key == '~' && O_ISSET(sp, O_TILDEOP)) in v_cmd()
655 else if (ismotion->key == '~' && O_ISSET(sp, O_TILDEOP)) in v_cmd()