Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_subst.c215 if (!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()
1374 if (O_ISSET(sp, O_MAGIC)) { in re_sub()
[all …]
/freebsd/usr.bin/vi/
H A Doptions_def.h33 #define O_MAGIC 32 macro