Searched refs:ONIG_OPTION_NOTBOL (Results 1 – 5 of 5) sorted by relevance
55 #define REG_OPTION_NOTBOL ONIG_OPTION_NOTBOL
175 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
474 #define ONIG_OPTION_NOTBOL (ONIG_OPTION_CAPTURE_GROUP << 1) macro475 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
407 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)
210 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line231 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
Completed in 16 milliseconds