Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1036 CClassNode* cc = NCCLASS(node); in onig_node_free()
1134 initialize_cclass(NCCLASS(node)); in node_new_cclass()
1149 cc = NCCLASS(node); in node_new_cclass_by_codepoint_range()
4028 cc = NCCLASS(*np); in parse_char_property()
4210 cc = NCCLASS(node); in parse_char_class()
4402 acc = NCCLASS(anode); in parse_char_class()
4493 if (cc != NCCLASS(*np)) in parse_char_class()
4898 CClassNode* cc = NCCLASS(node); in i_free_shared_class()
5230 cc = NCCLASS(*np); in parse_exp()
5243 cc = NCCLASS(*np); in parse_exp()
[all …]
H A Dregparse.h70 #define NCCLASS(node) (&((node)->u.cclass)) macro
H A Dregcomp.c1526 r = compile_length_cclass_node(NCCLASS(node), reg); in compile_length_tree()
1631 r = compile_cclass_node(NCCLASS(node), reg); in compile_tree()
2440 CClassNode* xc = NCCLASS(x); in is_not_included()
2481 CClassNode* yc = NCCLASS(y); in is_not_included()
2533 CClassNode* cc = NCCLASS(y); in is_not_included()
4627 CClassNode* cc = NCCLASS(node); in optimize_node_left()
6128 if (IS_NCCLASS_NOT(NCCLASS(node))) fputs(" not", f); in print_indent_tree()
6129 if (NCCLASS(node)->mbuf) { in print_indent_tree()
6130 BBuf* bbuf = NCCLASS(node)->mbuf; in print_indent_tree()

Completed in 42 milliseconds