Home
last modified time | relevance | path

Searched refs:GT (Results 1 – 25 of 43) 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
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 Dm4y.y44 %nonassoc GT GE LT LE NE EQ
61 | e GT e = { $$ = $1 > $3; }
105 return (peek('=', GE, GT)); in yylex()
H A Dm4y_xpg4.y45 %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 Dcr_put.c187 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 Dcr_tty.c77 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 Dcurses.c63 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c318 GT = 1; in merge_comparisons()
322 GT = 1; in merge_comparisons()
354 if (GT) in merge_comparisons()
384 GT++; in combine_comparisons()
388 GT++; in combine_comparisons()
402 GT++; in combine_comparisons()
406 GT++; in combine_comparisons()
467 GT++; in comparison_intersection()
472 GT++; in comparison_intersection()
498 GT++; in comparison_intersection()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c44 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 Dexpr.c46 #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 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 '|'
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 Dmaketab.c80 { GT, "relop", " > " },
H A Dlex.c285 yylval.i = GT; in yylex()
286 RET(GT); in yylex()
H A Drun.c761 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 DStatisticList.java555 } 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 DExpression.java211 static final char GT = '>'; field in KVOpExpression
354 if (getOp() == GT) { in contradicts()
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A Dbridge-efilt.out4 |--> Link Speed: 8.0 GT/s (0x3)
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c330 #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 Dmagicutils.c61 #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 Dpci.ids1654 4754 Mach64 GT/GT-B [3D Rage I/II]
10861 0410 G92 [GeForce GT 330]
11175 06ed G98 [GeForce 9600 GT / 9800 GT]
11176 06ee G98 [GeForce 9600 GT / 9800 GT / GT 240]
16167 4801 GT-48001
18494 0070 SyncLink GT Adapter
27728 9043 Chrome 430 GT
27730 9060 Chrome 530 GT
27825 3d00 Arise-GT-10C0
27827 3d03 Arise-GT-1040
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c48 { GT, "relop", " > "},
H A Dawk.g.y34 %token LT LE GT GE EQ NE
H A Dawk.lx.l93 <A>">" { yylval = GT; RETURN(RELOP); }
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y66 %token <node> EQ NE GE LE GT LT
318 $$ = node(GT, $1, $3);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l133 ">" {return (GT);}
H A Dgeniconvtbl.c1647 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()

12