Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregsyntax.c113 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.h652 ONIG_SYN_OP_ESC_W_WORD | \
H A Doniguruma.h453 #define ONIG_SYN_OP_ESC_W_WORD (1U<<18) /* \w, \W */ macro
H A Dregparse.c3227 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_W_WORD)) break; in fetch_token()
3234 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_W_WORD)) break; in fetch_token()

Completed in 27 milliseconds