Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darith_tokens.h76 #define ARITH_NE 23 macro
H A Darith_token.c199 token = ARITH_NE; in arith_token()
H A Darithmetic.c93 ARITH_PRECEDENCE(ARITH_NE, 4),
192 case ARITH_NE: in do_binop()