Searched refs:subexp (Results 1 – 3 of 3) sorted by relevance
142 def brkt(subexp): argument143 if " " in subexp:144 return "(" + subexp + ")"146 return subexp243 subexp = callback(args)245 stack.append(subexp)
90 static struct expr *parse_expr(int subexp);401 static struct expr *parse_expr(int subexp) in parse_expr() argument410 if (subexp) { in parse_expr()420 if (!subexp) { in parse_expr()
2748 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);3671 TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp) in trex_getsubexp() argument3674 *subexp = exp->_matches[n]; in trex_getsubexp()