Home
last modified time | relevance | path

Searched refs:LT (Results 1 – 25 of 30) sorted by relevance

12

/titanic_44/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
73 | expr LT expr = { $$ = rel(LT, $1, $3); }
118 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
159 case LT: in rel()
/titanic_44/usr/src/cmd/sgs/m4/common/
H A Dm4y.y45 %nonassoc GT GE LT LE NE EQ
64 | e LT e = { $$ = $1 < $3; }
108 return (peek('=', LE, LT)); in yylex()
H A Dm4y_xpg4.y46 %nonassoc LE GE LT GT
66 | e LT e = { $$ = $1 < $3; }
114 return (peek3('=', LE, '<', LSHIFT, LT)); in yylex()
/titanic_44/usr/src/cmd/expr/
H A Dexpr.c45 #define LT 263 macro
100 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
207 case LT:
231 case LT:
560 case LT: in expres()
/titanic_44/usr/src/cmd/awk/
H A Dawk.g.y65 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
91 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
246 | pattern LT pattern { $$ = op2($2, $1, $3); }
363 | GETLINE var LT term { $$ = op3(GETLINE, $2, (Node *)$3, $4); }
364 | GETLINE LT term { $$ = op3(GETLINE, NIL, (Node *)$2, $3); }
464 case LE: case LT: case EQ: case NE: case GT: case GE:
H A Dmaketab.c48 { LT, "relop", " < " },
H A Dawk.lx.l117 <A>"<" { yylval.i = LT; RET(LT); }
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java553 if (kve.getOp() == KVOpExpression.LT) { in toZoneString()
642 if (kve.getOp() == KVOpExpression.LT) { in getZone()
702 if (kve.getOp() == KVOpExpression.LT) { in getGap()
H A DExpression.java216 static final char LT = '<'; field in KVOpExpression
H A DObjective.java1142 if (kve.getOp() == KVOpExpression.LT && in examine()
/titanic_44/usr/src/cmd/file/
H A Dmagicutils.c64 #define LT 2 macro
468 ep->e_opcode = LT; in f_mkmtab()
716 case LT: in f_ckmtab()
1038 case LT: in op_to_name()
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c333 #define LT 4 macro
335 #define LE (LT|EQ)
336 #define NE (GT|LT)
337 #define ALL (GT|EQ|LT)
674 Map->Test |= LT; in main()
1561 case LT:
/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk.y66 %token <node> EQ NE GE LE GT LT
321 $$ = node(LT, $1, $3);
516 $$ = node(GETLINE, $2, node(LT, $4, NNULL));
H A Dawk2.c644 case LT: in openfile()
H A Dawk3.c1136 case LT: in exprreduce()
1444 case LT: in comparison()
/titanic_44/usr/src/cmd/oawk/
H A Dmakeprctab.c46 { LT, "relop", " < "},
H A Dawk.g.y34 %token LT LE GT GE EQ NE
H A Dawk.lx.l92 <A>"<" { yylval = LT; RETURN(RELOP); }
/titanic_44/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l133 "<" {return (LT);}
H A Dgeniconvtbl.c1664 EVAL_OP_BIN1(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
1665 EVAL_OP_BIN2(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
1666 EVAL_OP_BIN3(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
1667 EVAL_OP_BIN4(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
H A Diconv_tm.h717 ITM_EXPR_BIN(LT), /* A < B */
H A Ditm_comp.y158 %left LT LE GT GE
2015 | expr LT expr
/titanic_44/usr/src/data/zoneinfo/
H A Dcountry.tab158 LT Lithuania
/titanic_44/usr/src/data/hwdata/
H A Dpci.ids1335 4c42 Mach64 LT [3D Rage LT PRO AGP]
1336 0e11 b0e7 Rage LT Pro (Compaq Presario 5240)
1337 0e11 b0e8 Rage 3D LT Pro
1338 0e11 b10e 3D Rage LT Pro (Compaq Armada 1750)
1339 1002 0040 Rage LT Pro AGP 2X
1340 1002 0044 Rage LT Pro AGP 2X
1341 1002 4c42 Rage LT Pro AGP 2X
1342 1002 8001 Rage LT Pro AGP 2X
1343 1028 0085 Rage 3D LT Pro
1349 4c49 3D Rage LT PRO PCI
[all …]
/titanic_44/usr/src/lib/libsqlite/src/
H A Dparse.y142 %left GT GE LT LE.
571 expr(A) ::= expr(X) LT expr(Y). {A = sqliteExpr(TK_LT, X, Y, 0);}

12