Searched refs:trex_matchclass (Results 1 – 1 of 1) sorted by relevance
3365 static TRexBool trex_matchclass(TRex* exp,TRexNode *node,TRexChar c) in trex_matchclass() function3523 …if(trex_matchclass(exp,&exp->_nodes[node->left],*str)?(type == OP_CLASS?TRex_True:TRex_False):(typ… in trex_matchnode()