Home
last modified time | relevance | path

Searched refs:IS_CCLASS_NOT (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregcomp.c598 if (IS_CCLASS_NOT(cc)) in compile_cclass_node()
607 if (IS_CCLASS_NOT(cc)) in compile_cclass_node()
615 if (IS_CCLASS_NOT(cc)) in compile_cclass_node()
2452 if (IS_NULL(xc->mbuf) && !IS_CCLASS_NOT(xc)) { in is_not_included()
2465 if (!IS_CCLASS_NOT(xc)) { in is_not_included()
2490 if ((v != 0 && !IS_CCLASS_NOT(xc)) || in is_not_included()
2491 (v == 0 && IS_CCLASS_NOT(xc))) { in is_not_included()
2493 if ((v != 0 && !IS_CCLASS_NOT(yc)) || in is_not_included()
2494 (v == 0 && IS_CCLASS_NOT(yc))) in is_not_included()
2499 (IS_NULL(yc->mbuf) && !IS_CCLASS_NOT(yc))) in is_not_included()
[all …]
H A Dregparse.c1955 not1 = IS_CCLASS_NOT(dest); in and_cclass()
1958 not2 = IS_CCLASS_NOT(cc); in and_cclass()
2013 not1 = IS_CCLASS_NOT(dest); in or_cclass()
2016 not2 = IS_CCLASS_NOT(cc); in or_cclass()
4358 if (IS_CCLASS_NOT(cc) && in parse_char_class()
5037 if ((in_cc != 0 && !IS_CCLASS_NOT(cc)) || in parse_exp()
5038 (in_cc == 0 && IS_CCLASS_NOT(cc))) { in parse_exp()
H A Dregint.h792 #define IS_CCLASS_NOT(cc) (((cc)->flags & FLAG_CCLASS_NOT) != 0) macro
H A Dregexec.c1391 if (IS_CCLASS_NOT(cc)) in is_code_in_cc()

Completed in 52 milliseconds