Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darith_tokens.h58 #define ARITH_GE 9 macro
H A Darith_token.c153 token = ARITH_GE; in arith_token()
H A Darithmetic.c91 ARITH_PRECEDENCE(ARITH_GE, 3),
188 case ARITH_GE: in do_binop()