Home
last modified time | relevance | path

Searched refs:NEQ (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/ucbcmd/expr/
H A Dexpr.y43 %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 Dexpr.c49 #define NEQ 267 macro
100 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
213 case NEQ:
237 case NEQ:
564 case NEQ: in expres()