Searched refs:OP_NOCAPEXPR (Results 1 – 1 of 1) sorted by relevance
2949 #define OP_NOCAPEXPR (MAX_CHAR+4) //parentesis (?:) macro3164 expr = trex_newnode(exp,OP_NOCAPEXPR); in trex_element()3391 case OP_NOCAPEXPR:{ in trex_matchnode()3395 if(node->type != OP_NOCAPEXPR && node->right == exp->_currsubexp) { in trex_matchnode()