| /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 67 | expr GT expr { $$ = rel(GT, $1, $3); } 114 EQ, EQ, LT, LEQ, GT, GEQ, NEQ, 149 case GT: in rel()
|
| /illumos-gate/usr/src/cmd/sgs/m4/common/ |
| H A D | m4y.y | 44 %nonassoc GT GE LT LE NE EQ 61 | e GT e { $$ = $1 > $3; } 105 return (peek('=', GE, GT)); in yylex()
|
| H A D | m4y_xpg4.y | 45 %nonassoc LE GE LT GT 63 | e GT e { $$ = $1 > $3; } 111 return (peek3('=', GE, '>', RSHIFT, GT)); in yylex()
|
| /illumos-gate/usr/src/ucblib/libcurses/ |
| H A D | cr_put.c | 187 if (GT) in plod() 196 if (GT && j) in plod() 244 if (GT) in plod() 331 if (GT && destcol - outcol > 1) { in plod()
|
| H A D | cr_tty.c | 77 GT = ((_tty.sg_flags & XTABS) == 0); in gettmode() 83 fprintf(outf, "GETTMODE: GT = %s\n", GT ? "TRUE" : "FALSE"); in gettmode() 146 if (!GT) BT = NULL; /* If we can't tab, we can't backtab either */ in setterm()
|
| H A D | curses.c | 63 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
|
| /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() 318 GT = 1; in merge_comparisons() 322 GT = 1; in merge_comparisons() 337 GT = 1; in merge_comparisons() 341 GT = 1; in merge_comparisons() 344 if (LT && EQ && GT) in merge_comparisons() 348 if (LT && GT) in merge_comparisons() 352 if (EQ && GT) in merge_comparisons() 354 if (GT) in merge_comparisons() [all …]
|
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_tty.c | 44 static short GT; variable 51 GT = 1; in gettmode() 64 GT = 0; in gettmode() 200 if (GT == 0) in setterm()
|
| /illumos-gate/usr/src/cmd/expr/ |
| H A D | expr.c | 46 #define GT 264 macro 96 EQ, EQ, LT, LEQ, GT, GEQ, NEQ, 196 case GT: in rel() 220 case GT: in rel() 555 case GT: 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 '|' 262 | pattern GT pattern { $$ = op2($2, $1, $3); } 334 | print prarg GT term { 507 case LE: case LT: case EQ: case NE: case GT: case GE:
|
| H A D | maketab.c | 80 { GT, "relop", " > " },
|
| H A D | lex.c | 285 yylval.i = GT; in yylex() 286 RET(GT); in yylex()
|
| H A D | run.c | 761 case GT: return (i > 0 ? True : False); in relop() 1901 files[1].mode = GT; in stdinit() 1904 files[2].mode = GT; in stdinit() 1918 (a == APPEND && files[i].mode == GT)) { in openfile() 1944 if (a == GT) { in openfile() 1948 m = GT; /* so can mix > and >> */ in openfile()
|
| /illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| H A D | StatisticList.java | 555 } else if (kve.getOp() == KVOpExpression.GT) { in toZoneString() 644 } else if (kve.getOp() == KVOpExpression.GT) { in getZone() 704 } else if (kve.getOp() == KVOpExpression.GT) { in getGap()
|
| H A D | Expression.java | 211 static final char GT = '>'; field in KVOpExpression 354 if (getOp() == GT) { in contradicts()
|
| /illumos-gate/usr/src/test/util-tests/tests/pcieadm/ |
| H A D | bridge-efilt.out | 4 |--> Link Speed: 8.0 GT/s (0x3)
|
| /illumos-gate/usr/src/ucbcmd/tset/ |
| H A D | tset.c | 330 #define GT 1 macro 333 #define GE (GT|EQ) 335 #define NE (GT|LT) 336 #define ALL (GT|EQ|LT) 674 Map->Test |= GT; in main() 1546 case GT:
|
| /illumos-gate/usr/src/cmd/file/ |
| H A D | magicutils.c | 61 #define GT 1 macro 462 ep->e_opcode = GT; in f_mkmtab() 657 case GT: in f_ckmtab() 1032 case GT: in op_to_name()
|
| /illumos-gate/usr/src/data/hwdata/ |
| H A D | pci.ids | 1717 4754 Mach64 GT/GT-B [3D Rage I/II] 1718 4755 Mach64 GT-B [3D Rage II+ DVD] 1800 4a4a R420 [Radeon X800 GT AGP] 2054 554b R423 [Radeon X800 GT/SE] 2059 554e R430 [All-In-Wonder X800 GT] 2064 556b R423 [Radeon X800 GT] (Secondary) 3977 724b R580 [Radeon X1900 GT] 3982 726b R580 [Radeon X1900 GT] (Secondary) 3985 7288 RV570 [Radeon X1950 GT] 3988 7293 RV560 [Radeon X1650 GT] [all …]
|
| /illumos-gate/usr/src/cmd/oawk/ |
| H A D | makeprctab.c | 48 { GT, "relop", " > "},
|
| H A D | awk.g.y | 34 %token LT LE GT GE EQ NE
|
| H A D | awk.lx.l | 93 <A>">" { yylval = GT; RETURN(RELOP); }
|
| /illumos-gate/usr/src/cmd/awk_xpg4/ |
| H A D | awk.y | 65 %token <node> EQ NE GE LE GT LT 317 $$ = node(GT, $1, $3);
|
| /illumos-gate/usr/src/cmd/geniconvtbl/ |
| H A D | itm_comp.l | 133 ">" {return (GT);}
|
| H A D | geniconvtbl.c | 1647 EVAL_OP_BIN1(GT_FOR_CSTYLE_CLEAN, GT) /* A > B */ in eval_expr() 1648 EVAL_OP_BIN2(GT_FOR_CSTYLE_CLEAN, GT) /* A > B */ in eval_expr() 1649 EVAL_OP_BIN3(GT_FOR_CSTYLE_CLEAN, GT) /* A > B */ in eval_expr() 1650 EVAL_OP_BIN4(GT_FOR_CSTYLE_CLEAN, GT) /* A > B */ in eval_expr()
|