Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Dregsyntax.c77 ONIG_SYN_OP_ESC_W_WORD | ONIG_SYN_OP_ESC_B_WORD_BOUND |
H A Donigcmpt200.h125 ONIG_SYN_OP_ESC_W_WORD
H A Dregint.h775 ONIG_SYN_OP_ESC_W_WORD | \
H A Doniguruma.h537 #define ONIG_SYN_OP_ESC_W_WORD (1U<<18) /* \w, \W */ macro
H A Dregparse.c3063 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_W_WORD)) break; in fetch_token()
3069 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_W_WORD)) break; in fetch_token()

Completed in 33 milliseconds