Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c2672 } TRexMatch; typedef
2680 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);
2989 TRexMatch *_matches;
3503 exp->_matches = (TRexMatch *) malloc(exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()
3504 memset(exp->_matches,0,exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()
3574 TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp) in trex_getsubexp()