Searched refs:LT (Results 1 - 25 of 29) sorted by relevance

12

/opensolaris-onvv-gate/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));
H A Dm4y_xpg4.y46 %nonassoc LE GE LT GT
66 | e LT e = { $$ = $1 < $3; }
114 return (peek3('=', LE, '<', LSHIFT, LT));
/opensolaris-onvv-gate/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:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DJamoShort.pl58 11B4 LT
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c46 { LT, "relop", " < "},
H A Dawk.lx.l92 <A>"<" { yylval = LT; RETURN(RELOP); }
H A Dawk.g.y34 %token LT LE GT GE EQ NE
/opensolaris-onvv-gate/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:
/opensolaris-onvv-gate/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); }
H A Drun.c638 case LT: return (i < 0 ? true : false);
1659 } else if (a == LT) { /* getline <file */
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java553 if (kve.getOp() == KVOpExpression.LT) {
642 if (kve.getOp() == KVOpExpression.LT) {
702 if (kve.getOp() == KVOpExpression.LT) {
H A DExpression.java216 static final char LT = '<'; field in class:KVOpExpression
/opensolaris-onvv-gate/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:
H A Dawk3.c1136 case LT:
1444 case LT:
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dmagicutils.c64 #define LT 2 macro
87 char e_opcode; /* EQ, GT, LT, ANY, AND, NSET */
468 ep->e_opcode = LT;
716 case LT:
1038 case LT:
/opensolaris-onvv-gate/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;
1561 case LT:
/opensolaris-onvv-gate/usr/src/lib/libldap4/misc/
H A Dldapfriendly135 LT Lithuania
/opensolaris-onvv-gate/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 */
1665 EVAL_OP_BIN2(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */
1666 EVAL_OP_BIN3(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */
1667 EVAL_OP_BIN4(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */
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
/opensolaris-onvv-gate/usr/src/cmd/hwdata/
H A Dpci.ids866 4c42 3D Rage LT Pro AGP-133
867 0e11 b0e7 Rage LT Pro (Compaq Presario 5240)
868 0e11 b0e8 Rage 3D LT Pro
869 0e11 b10e 3D Rage LT Pro (Compaq Armada 1750)
870 1002 0040 Rage LT Pro AGP 2X
871 1002 0044 Rage LT Pro AGP 2X
872 1002 4c42 Rage LT Pro AGP 2X
873 1002 8001 Rage LT Pro AGP 2X
874 1028 0085 Rage 3D LT Pro
875 4c44 3D Rage LT Pr
[all...]

Completed in 330 milliseconds

12