Home
last modified time | relevance | path

Searched refs:ARITH_DECR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/sh/
H A Darith_tokens.h102 #define ARITH_DECR 40 macro
H A Darith_token.c233 token = ARITH_DECR; in arith_token()
H A Darithmetic.c227 if (op == ARITH_INCR || op == ARITH_DECR) { in primary()
251 case ARITH_DECR: in primary()