Home
last modified time | relevance | path

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

/external/epid-sdk/ext/argtable3/
Dargtable3.c2734 typedef unsigned int TRexBool; typedef
2744 TREX_API TRexBool trex_match(TRex* exp, const TRexChar* text);
2745 TREX_API TRexBool trex_search(TRex* exp, const TRexChar* text, const TRexChar** out_begin, const TR…
2746 TREX_API TRexBool trex_searchrange(TRex* exp, const TRexChar* text_begin, const TRexChar* text_end,…
2748 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);
2776 TRexBool is_match = TRex_False; in arg_rex_scanfn()
3129 static int trex_charnode(TRex *exp,TRexBool isclass) in trex_charnode()
3266 TRexBool isgreedy = TRex_False; in trex_element()
3337 static TRexBool trex_matchcclass(int cclass,TRexChar c) in trex_matchcclass()
3365 static TRexBool trex_matchclass(TRex* exp,TRexNode *node,TRexChar c) in trex_matchclass()
[all …]