Searched refs:O_MAGIC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions_def.h31 #define O_MAGIC 30 macro
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_subst.c169 * The special character & (\& if O_MAGIC not set) matches the
173 * The special character ~ (\~ if O_MAGIC not set) inserts the
177 * O_MAGIC is set, but it's probably not worth the effort.
182 * if O_MAGIC is set and it escapes a tilde.
219 if (!O_ISSET(sp, O_MAGIC))
222 } else if (p[0] == '~' && O_ISSET(sp, O_MAGIC)) {
1000 * 1: If O_MAGIC is not set, strip backslashes from the magic character
1002 * 2: If O_MAGIC is not set, the string "\~" is replaced with the text
1003 * from the last substitute command's replacement string. If O_MAGIC
1043 if (!O_ISSET(sp, O_MAGIC)) {
[all...]

Completed in 154 milliseconds