Searched refs:REG_NOTBOL (Results 1 – 2 of 2) sorted by relevance
40 #define REG_NOTBOL (1<<2) macro
177 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()