Home
last modified time | relevance | path

Searched refs:LEQ (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
74 | expr LEQ expr = { $$ = rel(LEQ, $1, $3); }
118 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
162 case LEQ: in rel()
/titanic_50/usr/src/cmd/expr/
H A Dexpr.c48 #define LEQ 266 macro
100 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
210 case LEQ:
234 case LEQ:
562 case LEQ: in expres()