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

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions_def.h69 #define O_TILDEOP 68 macro
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_usage.c161 if (key == '~' && O_ISSET(sp, O_TILDEOP))
178 if (key == '~' && O_ISSET(sp, O_TILDEOP))
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvi.c423 * The O_TILDEOP option makes the ~ command take a motion instead
562 if (key == '~' && O_ISSET(sp, O_TILDEOP))
659 else if (ismotion->key == '~' && O_ISSET(sp, O_TILDEOP))

Completed in 109 milliseconds