Searched refs:OP_DUP_ASTERISK (Results 1 – 2 of 2) sorted by relevance
1108 case OP_DUP_ASTERISK: in optimize_utf8()1390 case OP_DUP_ASTERISK: in calc_next()1424 case OP_DUP_ASTERISK: in link_nfa_nodes()1940 token->type = OP_DUP_ASTERISK; in peek_token()2290 case OP_DUP_ASTERISK: in parse_expression()2413 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()2421 && (token->type == OP_DUP_ASTERISK in parse_expression()2580 tree = create_tree (dfa, elem, NULL, (end == -1 ? OP_DUP_ASTERISK : OP_ALT)); in parse_dup_op()
210 OP_DUP_ASTERISK = EPSILON_BIT | 3, enumerator