Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h53 #define NCCLASS(node) ((node)->u.cclass) macro
H A Dregparse.c1044 CClassNode* cc = &(NCCLASS(node)); in onig_node_free()
1142 initialize_cclass(&(NCCLASS(node))); in node_new_cclass()
1157 cc = &(NCCLASS(node)); in node_new_cclass_by_codepoint_range()
3917 cc = &(NCCLASS(*np)); in parse_char_property()
4098 cc = &(NCCLASS(node)); in parse_char_class()
4290 acc = &(NCCLASS(anode)); in parse_char_class()
4381 if (cc != &(NCCLASS(*np))) in parse_char_class()
4761 CClassNode* cc = &(NCCLASS(node)); in i_free_shared_class()
4981 CCLASS_SET_SHARE(&(NCCLASS(*np))); in parse_exp()
4994 cc = &(NCCLASS(*np)); in parse_exp()
[all …]
H A Dregcomp.c1506 r = compile_length_cclass_node(&(NCCLASS(node)), reg); in compile_length_tree()
1611 r = compile_cclass_node(&(NCCLASS(node)), reg); in compile_tree()
2447 CClassNode* xc = &(NCCLASS(x)); in is_not_included()
2486 CClassNode* yc = &(NCCLASS(y)); in is_not_included()
2538 CClassNode* cc = &(NCCLASS(y)); in is_not_included()
4421 CClassNode* cc = &(NCCLASS(node)); in optimize_node_left()
5923 if (IS_CCLASS_NOT(&NCCLASS(node))) fputs(" not", f); in print_indent_tree()
5924 if (NCCLASS(node).mbuf) { in print_indent_tree()
5925 BBuf* bbuf = NCCLASS(node).mbuf; in print_indent_tree()

Completed in 30 milliseconds