Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c2666 typedef unsigned int TRexBool; typedef
2676 TREX_API TRexBool trex_match(TRex* exp, const TRexChar* text);
2677 TREX_API TRexBool trex_search(TRex* exp, const TRexChar* text, const TRexChar** out_begin, const TR…
2678 TREX_API TRexBool trex_searchrange(TRex* exp, const TRexChar* text_begin, const TRexChar* text_end,…
2680 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);
2708 TRexBool is_match = TRex_False; in arg_rex_scanfn()
3050 static int trex_charnode(TRex *exp,TRexBool isclass) in trex_charnode()
3187 TRexBool isgreedy = TRex_False; in trex_element()
3258 static TRexBool trex_matchcclass(int cclass,TRexChar ch) in trex_matchcclass()
3282 static TRexBool trex_matchclass(TRex* exp,TRexNode *node,TRexChar c) in trex_matchclass()
[all …]