Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Donigcmpt200.h61 #define IS_REG_OPTION_ON ONIG_IS_OPTION_ON
H A Doniguruma.h396 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) macro
H A Dregparse.c898 if (ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_DONT_CAPTURE_GROUP)) in onig_noname_group_capture_is_active()
904 !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { in onig_noname_group_capture_is_active()
4715 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()
5308 !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { in onig_compile()

Completed in 33 milliseconds