Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith_yacc.h51 #define ARITH_BAND 14 macro
H A Darith_yacc.c78 ARITH_PRECEDENCE(ARITH_BAND, 5),
155 case ARITH_BAND: in do_binop()
H A Darith_yylex.c215 value += ARITH_BAND - '&'; in yylex()