Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darith_tokens.h71 #define ARITH_BOR 19 macro
89 #define ARITH_BORASS (ARITH_ASS_GAP + ARITH_BOR)
H A Darith_token.c59 #if ARITH_BOR + ARITH_ASS_GAP != ARITH_BORASS || \
180 token = ARITH_BOR; in arith_token()
H A Darithmetic.c64 #if ARITH_BOR + ARITH_ASS_GAP != ARITH_BORASS || \
96 ARITH_PRECEDENCE(ARITH_BOR, 7),
198 case ARITH_BOR: in do_binop()