Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith_yylex.c49 #if ARITH_BOR + 11 != ARITH_BORASS || ARITH_ASS + 11 != ARITH_EQ
172 value += ARITH_ASS - '='; in yylex()
H A Darith_yacc.c51 #if ARITH_BOR + 11 != ARITH_BORASS || ARITH_ASS + 11 != ARITH_EQ
310 if (op != ARITH_ASS && (op < ARITH_ASS_MIN || op >= ARITH_ASS_MAX)) in assignment()
317 if (op != ARITH_ASS) in assignment()
H A Darith_yacc.h35 #define ARITH_ASS 1 macro