/illumos-gate/usr/src/ucbcmd/expr/ |
H A D | expr.y | 39 %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 D | m4y.y | 44 %nonassoc GT GE LT LE NE EQ 63 | e LT e { $$ = $1 < $3; } 107 return (peek('=', LE, LT)); in yylex()
|
H A D | m4y_xpg4.y | 45 %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 D | smatch_comparison.c | 288 int LT, EQ, GT; in merge_comparisons() local 304 LT = EQ = GT = 0; in merge_comparisons() 308 LT = 1; in merge_comparisons() 311 LT = 1; in merge_comparisons() 327 LT = 1; in merge_comparisons() 330 LT = 1; in merge_comparisons() 344 if (LT && EQ && GT) in merge_comparisons() 346 if (LT && EQ) in merge_comparisons() 348 if (LT && GT) in merge_comparisons() 350 if (LT) in merge_comparisons() [all …]
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 45 #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 D | awk.g.y | 87 %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 D | maketab.c | 78 { LT, "relop", " < " },
|
H A D | lex.c | 263 yylval.i = LT; in yylex() 264 RET(LT); in yylex()
|
H A D | run.c | 756 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 D | StatisticList.java | 553 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 D | Expression.java | 216 static final char LT = '<'; field in KVOpExpression
|
H A D | Objective.java | 1142 if (kve.getOp() == KVOpExpression.LT && in examine()
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 332 #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 D | magicutils.c | 62 #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 D | awk.y | 65 %token <node> EQ NE GE LE GT LT 320 $$ = node(LT, $1, $3); 515 $$ = node(GETLINE, $2, node(LT, $4, NNULL));
|
H A D | awk2.c | 642 case LT: in openfile()
|
H A D | awk3.c | 1135 case LT: in exprreduce() 1441 case LT: in comparison()
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 46 { LT, "relop", " < "},
|
H A D | awk.g.y | 34 %token LT LE GT GE EQ NE
|
H A D | awk.lx.l | 89 <A>"<" { yylval = LT; RETURN(RELOP); }
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 131 "<" {return (LT);}
|
H A D | geniconvtbl.c | 1657 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 D | iconv_tm.h | 714 ITM_EXPR_BIN(LT), /* A < B */
|
H A D | itm_comp.y | 156 %left LT LE GT GE 2013 | expr LT expr
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | country.tab | 163 LT Lithuania
|