Searched refs:OP_DUP_PLUS (Results 1 – 2 of 2) sorted by relevance
261 OP_DUP_PLUS = 18, enumerator
1895 token->type = OP_DUP_PLUS; in peek_token()1941 token->type = OP_DUP_PLUS; in peek_token()2283 case OP_DUP_PLUS: in parse_expression()2405 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()2529 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()