Searched refs:ONIG_OPTION_ON (Results 1 – 3 of 3) sorted by relevance
145 ONIG_OPTION_ON(options, ONIG_OPTION_IGNORECASE); in regcomp()147 ONIG_OPTION_ON( options, ONIG_OPTION_NEGATE_SINGLELINE); in regcomp()
59 #define REG_OPTION_ON ONIG_OPTION_ON
479 #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) macro
Completed in 33 milliseconds