Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Doniguruma.h396 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) macro
H A Dregparse.c909 if (ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_DONT_CAPTURE_GROUP)) in onig_noname_group_capture_is_active()
915 !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { in onig_noname_group_capture_is_active()
4728 if (ONIG_IS_OPTION_ON(env->option, ONIG_OPTION_DONT_CAPTURE_GROUP)) in parse_enclose()
H A Dregcomp.c3015 !ONIG_IS_OPTION_ON(env->option, ONIG_OPTION_CAPTURE_GROUP)) { in setup_subexp_call()
5307 !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { in onig_compile()

Completed in 35 milliseconds