Searched refs:IS_FIND_LONGEST (Results 1 – 2 of 2) sorted by relevance
1330 if (IS_FIND_LONGEST(option)) { in match_at()1427 if (IS_FIND_LONGEST(option) && DATA_ENSURE_CHECK1) { in match_at()3423 if (! IS_FIND_LONGEST(reg->options)) {\ in onig_search()3445 if (! IS_FIND_LONGEST(reg->options)) {\ in onig_search()3719 if (IS_FIND_LONGEST(reg->options)) { in onig_search()
294 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) macro