Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darith_tokens.h49 #define ARITH_OR 2 macro
H A Darith_token.c183 token = ARITH_OR; in arith_token()
H A Darithmetic.c341 if (op != ARITH_OR) in or()