Searched refs:NCTYPE (Results 1 – 3 of 3) sorted by relevance
1649 switch (NCTYPE(node)->ctype) { in compile_tree()1651 if (NCTYPE(node)->not != 0) op = OP_NOT_WORD; in compile_tree()2426 if (NCTYPE(y)->ctype == NCTYPE(x)->ctype && in is_not_included()2427 NCTYPE(y)->not != NCTYPE(x)->not) in is_not_included()2457 switch (NCTYPE(y)->ctype) { in is_not_included()2459 if (NCTYPE(y)->not == 0) { in is_not_included()2533 switch (NCTYPE(y)->ctype) { in is_not_included()2536 return NCTYPE(y)->not; in is_not_included()2538 return !(NCTYPE(y)->not); in is_not_included()4678 switch (NCTYPE(node)->ctype) { in optimize_node_left()[all …]
73 #define NCTYPE(node) (&((node)->u.ctype)) macro
1209 NCTYPE(node)->ctype = type; in node_new_ctype()1210 NCTYPE(node)->not = not; in node_new_ctype()