Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y39 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
45 %left EQ LT GT GEQ LEQ NEQ
69 | expr LT expr = { $$ = rel(LT, $1, $3); }
114 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
155 case LT: in rel()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y44 %nonassoc GT GE LT LE NE EQ
63 | e LT e = { $$ = $1 < $3; }
107 return (peek('=', LE, LT)); in yylex()
H A Dm4y_xpg4.y45 %nonassoc LE GE LT GT
65 | e LT e = { $$ = $1 < $3; }
113 return (peek3('=', LE, '<', LSHIFT, LT)); in yylex()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c308 LT = 1; in merge_comparisons()
311 LT = 1; in merge_comparisons()
350 if (LT) in merge_comparisons()
375 LT++; in combine_comparisons()
378 LT++; in combine_comparisons()
393 LT++; in combine_comparisons()
396 LT++; in combine_comparisons()
450 LT++; in comparison_intersection()
454 LT++; in comparison_intersection()
481 LT++; in comparison_intersection()
[all …]
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c45 #define LT 263 macro
96 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
202 case LT: in rel()
226 case LT: in rel()
554 case LT: in expres()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y87 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
114 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
264 | pattern LT pattern { $$ = op2($2, $1, $3); }
405 | GETLINE var LT term { $$ = op3(GETLINE, $2, itonp($3), $4); }
406 | GETLINE LT term { $$ = op3(GETLINE, NIL, itonp($2), $3); }
507 case LE: case LT: case EQ: case NE: case GT: case GE:
H A Dmaketab.c78 { LT, "relop", " < " },
H A Dlex.c263 yylval.i = LT; in yylex()
264 RET(LT); in yylex()
H A Drun.c756 case LT: return (i < 0 ? True : False); in relop()
1898 files[0].mode = LT; in stdinit()
1953 } else if (a == LT) { /* getline <file */ in openfile()
/illumos-gate/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()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c332 #define LT 4 macro
334 #define LE (LT|EQ)
335 #define NE (GT|LT)
336 #define ALL (GT|EQ|LT)
679 Map->Test |= LT; in main()
1562 case LT:
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c62 #define LT 2 macro
466 ep->e_opcode = LT; in f_mkmtab()
714 case LT: in f_ckmtab()
1036 case LT: in op_to_name()
/illumos-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.c642 case LT: in openfile()
H A Dawk3.c1135 case LT: in exprreduce()
1441 case LT: in comparison()
/illumos-gate/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.l89 <A>"<" { yylval = LT; RETURN(RELOP); }
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l131 "<" {return (LT);}
H A Dgeniconvtbl.c1657 EVAL_OP_BIN1(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
1658 EVAL_OP_BIN2(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
1659 EVAL_OP_BIN3(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
1660 EVAL_OP_BIN4(LT_FOR_CSTYLE_CLEAN, LT) /* A < B */ in eval_expr()
H A Diconv_tm.h714 ITM_EXPR_BIN(LT), /* A < B */
H A Ditm_comp.y156 %left LT LE GT GE
2013 | expr LT expr
/illumos-gate/usr/src/data/zoneinfo/
H A Dcountry.tab163 LT Lithuania

12