Searched refs:O_MAGIC (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_subst.c | 215 if (!O_ISSET(sp, O_MAGIC)) in ex_s() 218 } else if (p[0] == '~' && O_ISSET(sp, O_MAGIC)) { in ex_s() 1038 if (!O_ISSET(sp, O_MAGIC)) { in re_conv() 1046 if (!O_ISSET(sp, O_MAGIC)) { in re_conv() 1058 if (O_ISSET(sp, O_MAGIC)) { in re_conv() 1066 if (!O_ISSET(sp, O_MAGIC)) { in re_conv() 1102 if (O_ISSET(sp, O_MAGIC)) in re_conv() 1113 if (O_ISSET(sp, O_MAGIC)) in re_conv() 1125 if (O_ISSET(sp, O_MAGIC)) { in re_conv() 1134 if (!O_ISSET(sp, O_MAGIC)) in re_conv() [all …]
|
/freebsd/usr.bin/vi/ |
H A D | options_def.h | 33 #define O_MAGIC 32 macro
|