Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c3315 static const TRexChar *trex_matchnode(TRex* exp,TRexNode *node,const TRexChar *str,TRexNode *next) in trex_matchnode() function
3336 if(!(s = trex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in trex_matchnode()
3352 stop = trex_matchnode(exp,greedystop,s,gnext); in trex_matchnode()
3373 while( (asd = trex_matchnode(exp,temp,asd,NULL)) ) { in trex_matchnode()
3381 while( (asd = trex_matchnode(exp,temp,asd,NULL)) ) { in trex_matchnode()
3408 if(!(cur = trex_matchnode(exp,n,cur,subnext))) { in trex_matchnode()
3529 res = trex_matchnode(exp,exp->_nodes,text,NULL); in trex_match()
3546 cur = trex_matchnode(exp,&exp->_nodes[node],cur,NULL); in trex_searchrange()