Home
last modified time | relevance | path

Searched refs:CTYPE_NOT_WORD (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.h62 #define CTYPE_NOT_WORD (1<<1) macro
H A Dregcomp.c1620 case CTYPE_NOT_WORD: op = OP_NOT_WORD; break; in compile_tree()
2073 case CTYPE_NOT_WORD: *min = 1; break; in get_min_match_length()
2162 case CTYPE_NOT_WORD: in get_max_match_length()
2337 case CTYPE_NOT_WORD: in get_char_length_tree1()
2410 if (NCTYPE(y).type == CTYPE_NOT_WORD) in is_not_included()
2415 case CTYPE_NOT_WORD: in is_not_included()
2462 case CTYPE_NOT_WORD: in is_not_included()
2528 case CTYPE_NOT_WORD: in is_not_included()
4453 case CTYPE_NOT_WORD: in optimize_node_left()
5937 case CTYPE_NOT_WORD: fputs("not word", f); break; in print_indent_tree()
H A Dregparse.c2790 tok->u.subtype = CTYPE_NOT_WORD; in fetch_token_in_cc()
3071 tok->u.subtype = CTYPE_NOT_WORD; in fetch_token()
3711 case CTYPE_NOT_WORD: in parse_ctype_to_enc_ctype()
4927 case CTYPE_NOT_WORD: in parse_exp()

Completed in 32 milliseconds