Searched refs:ONIG_IS_OPTION_ON (Results 1 – 4 of 4) sorted by relevance
61 #define IS_REG_OPTION_ON ONIG_IS_OPTION_ON
481 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) macro
905 if (ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_DONT_CAPTURE_GROUP)) in onig_noname_group_capture_is_active()911 !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { in onig_noname_group_capture_is_active()4579 if (ONIG_IS_OPTION_ON(env->option, ONIG_OPTION_DONT_CAPTURE_GROUP)) in parse_effect()
3040 !ONIG_IS_OPTION_ON(env->option, ONIG_OPTION_CAPTURE_GROUP)) { in setup_subexp_call()5175 !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { in onig_compile()
Completed in 31 milliseconds