Searched refs:OP_DUP_PLUS (Results 1 – 2 of 2) sorted by relevance
268 OP_DUP_PLUS = 18, enumerator
1910 token->type = OP_DUP_PLUS; in peek_token()1956 token->type = OP_DUP_PLUS; in peek_token()2316 case OP_DUP_PLUS: in parse_expression()2444 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()2588 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()
Completed in 13 milliseconds