Home
last modified time | relevance | path

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

/PHP-5.3/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.h474 #define ONIG_OPTION_NOTBOL (ONIG_OPTION_CAPTURE_GROUP << 1) macro
475 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
H A Dregint.h407 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI210 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
231 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line

Completed in 20 milliseconds