Searched refs:OP_DUP_ASTERISK (Results 1 – 2 of 2) sorted by relevance
1036 case OP_DUP_ASTERISK: in optimize_utf8()1316 case OP_DUP_ASTERISK: in calc_next()1350 case OP_DUP_ASTERISK: in link_nfa_nodes()1869 token->type = OP_DUP_ASTERISK; in peek_token()2214 case OP_DUP_ASTERISK: in parse_expression()2337 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()2345 && (token->type == OP_DUP_ASTERISK in parse_expression()2500 tree = create_tree (dfa, elem, NULL, (end == -1 ? OP_DUP_ASTERISK : OP_ALT)); in parse_dup_op()
165 OP_DUP_ASTERISK = EPSILON_BIT | 3, enumerator
Completed in 15 milliseconds