Home
last modified time | relevance | path

Searched refs:ONIG_OPTION_NOTBOL (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregposix.c189 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
H A Doniguruma.h382 #define ONIG_OPTION_NOTBOL (ONIG_OPTION_CAPTURE_GROUP << 1) macro
383 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
H A Dregint.h300 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI322 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
357 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
491 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
520 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line

Completed in 20 milliseconds