Searched defs:TRex (Results 1 – 1 of 1) sorted by relevance
2735 typedef struct TRex TRex; typedef3054 struct TRex{ struct3055 const TRexChar *_eol; argument3056 const TRexChar *_bol; argument3057 const TRexChar *_p; argument3060 TRexNode *_nodes; argument3064 TRexMatch *_matches; argument3067 const TRexChar **_error; argument3071 static int trex_list(TRex *exp); argument