Searched refs:OP_DUP_PLUS (Results 1 – 2 of 2) sorted by relevance
173 OP_DUP_PLUS = 18, enumerator
1827 token->type = OP_DUP_PLUS; in peek_token()1873 token->type = OP_DUP_PLUS; in peek_token()2215 case OP_DUP_PLUS: in parse_expression()2337 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()2461 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()
Completed in 10 milliseconds