Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Doptions_def.h14 #define O_EDCOMPATIBLE 13 macro
/freebsd/contrib/nvi/common/
H A Doptions.c259 {L("ed"), O_EDCOMPATIBLE}, /* 4BSD */
/freebsd/contrib/nvi/ex/
H A Dex_subst.c367 if (!O_ISSET(sp, O_EDCOMPATIBLE)) in s()