Searched refs:ARITH_ASS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/bin/sh/
H A Darith_yacc.h37 #define ARITH_ASS 1 macro
H A Darith_yylex.c51 #if ARITH_BOR + 11 != ARITH_BORASS || ARITH_ASS + 11 != ARITH_EQ
174 value += ARITH_ASS - '=';
H A Darith_yacc.c53 #if ARITH_BOR + 11 != ARITH_BORASS || ARITH_ASS + 11 != ARITH_EQ
312 if (op != ARITH_ASS && (op < ARITH_ASS_MIN || op >= ARITH_ASS_MAX))
319 if (op != ARITH_ASS)

Completed in 57 milliseconds