Searched refs:NEQ (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/ucbcmd/expr/ |
H A D | expr.y | 43 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ 49 %left EQ LT GT GEQ LEQ NEQ 75 | expr NEQ expr = { $$ = rel(NEQ, $1, $3); } 118 EQ, EQ, LT, LEQ, GT, GEQ, NEQ, 165 case NEQ: in rel()
|
/titanic_50/usr/src/cmd/expr/ |
H A D | expr.c | 49 #define NEQ 267 macro 100 EQ, EQ, LT, LEQ, GT, GEQ, NEQ, 213 case NEQ: 237 case NEQ: 564 case NEQ: in expres()
|