Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregcomp.c1638 switch (NCTYPE(node)->ctype) { in compile_tree()
2412 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()
4657 switch (NCTYPE(node)->ctype) { in optimize_node_left()
4659 if (NCTYPE(node)->not != 0) { in optimize_node_left()
6139 switch (NCTYPE(node)->ctype) { in print_indent_tree()
[all …]
H A Dregparse.h71 #define NCTYPE(node) (&((node)->u.ctype)) macro
H A Dregparse.c1206 NCTYPE(node)->ctype = type; in node_new_ctype()
1207 NCTYPE(node)->not = not; in node_new_ctype()

Completed in 50 milliseconds