Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c2412 if (NCTYPE(y)->ctype == NCTYPE(x)->ctype && in is_not_included()
2413 NCTYPE(y)->not != NCTYPE(x)->not) in is_not_included()
2443 switch (NCTYPE(y)->ctype) { in is_not_included()
2445 if (NCTYPE(y)->not == 0) { in is_not_included()
2519 switch (NCTYPE(y)->ctype) { in is_not_included()
2522 return NCTYPE(y)->not; in is_not_included()
2524 return !(NCTYPE(y)->not); in is_not_included()
4658 switch (NCTYPE(node)->ctype) { in optimize_node_left()
4660 if (NCTYPE(node)->not != 0) { in optimize_node_left()
6140 switch (NCTYPE(node)->ctype) { in print_indent_tree()
[all …]
H A Dregparse.h71 #define NCTYPE(node) (&((node)->u.ctype)) macro
H A Dregparse.c1195 NCTYPE(node)->ctype = type; in node_new_ctype()
1196 NCTYPE(node)->not = not; in node_new_ctype()

Completed in 30 milliseconds