Lines Matching refs:TRexBool
2734 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()
3620 TRexBool trex_match(TRex* exp,const TRexChar* text) in trex_match()
3632 TRexBool trex_searchrange(TRex* exp,const TRexChar* text_begin,const TRexChar* text_end,const TRexC… in trex_searchrange()
3661 TRexBool trex_search(TRex* exp,const TRexChar* text, const TRexChar** out_begin, const TRexChar** o… in trex_search()
3671 TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp) in trex_getsubexp()