Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c145 ONIG_OPTION_ON(options, ONIG_OPTION_IGNORECASE); in regcomp()
147 ONIG_OPTION_ON( options, ONIG_OPTION_NEGATE_SINGLELINE); in regcomp()
H A Donigcmpt200.h59 #define REG_OPTION_ON ONIG_OPTION_ON
H A Doniguruma.h394 #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) macro

Completed in 13 milliseconds