Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Donigcmpt200.h55 #define REG_OPTION_NOTBOL ONIG_OPTION_NOTBOL
H A Dregposix.c175 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
H A Doniguruma.h389 #define ONIG_OPTION_NOTBOL (ONIG_OPTION_CAPTURE_GROUP << 1) macro
390 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
H A Dregint.h296 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI227 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
248 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line

Completed in 35 milliseconds