Searched refs:ONIG_OPTION_NOTBOL (Results 1 – 3 of 3) sorted by relevance
177 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
391 #define ONIG_OPTION_NOTBOL (ONIG_OPTION_CAPTURE_GROUP << 1) macro392 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
298 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)