Lines Matching refs:TRexNode
3052 }TRexNode; typedef
3060 TRexNode *_nodes;
3075 TRexNode n; in trex_newnode()
3082 TRexNode *new_nodes = NULL; in trex_newnode()
3084 new_nodes = (TRexNode *)realloc(exp->_nodes, exp->_nallocated * sizeof(TRexNode)); in trex_newnode()
3365 static TRexBool trex_matchclass(TRex* exp,TRexNode *node,TRexChar c) in trex_matchclass()
3398 static const TRexChar *trex_matchnode(TRex* exp,TRexNode *node,const TRexChar *str,TRexNode *next) in trex_matchnode()
3405 TRexNode *greedystop = NULL; in trex_matchnode()
3429 TRexNode *gnext = NULL; in trex_matchnode()
3455 TRexNode *temp=&exp->_nodes[node->left]; in trex_matchnode()
3475 TRexNode *n = &exp->_nodes[node->left]; in trex_matchnode()
3485 TRexNode *subnext = NULL; in trex_matchnode()
3564 exp->_nodes = (TRexNode *)malloc(exp->_nallocated * sizeof(TRexNode)); in trex_compile()
3582 TRexNode *t; in trex_compile()