Searched refs:OP_DUP_PLUS (Results 1 – 4 of 4) sorted by relevance
1852 token->type = OP_DUP_PLUS; in peek_token()1898 token->type = OP_DUP_PLUS; in peek_token()2239 case OP_DUP_PLUS: in parse_expression()2361 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()2485 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()
253 OP_DUP_PLUS = 18, enumerator
1912 token->type = OP_DUP_PLUS; in peek_token()1958 token->type = OP_DUP_PLUS; in peek_token()2318 case OP_DUP_PLUS: in parse_expression()2446 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()2590 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()
266 OP_DUP_PLUS = 18, enumerator