Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Doptions_def.h1 #define O_ALTNOTATION 0 macro
/freebsd/contrib/nvi/common/
H A Doptions_f.c150 if (offset == O_OCTAL || offset == O_ALTNOTATION) { in f_print()
H A Dkey.c272 if (O_ISSET(sp, O_ALTNOTATION)) { in v_key_name()