Searched refs:ONIG_OPTION_NOTEOL (Results 1 – 4 of 4) sorted by relevance
176 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; in regexec()
390 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1) macro391 #define ONIG_OPTION_POSIX_REGION (ONIG_OPTION_NOTEOL << 1)
301 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL)
228 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line249 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
Completed in 16 milliseconds