Searched refs:LE (Results 1 - 23 of 23) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4y.y | 45 %nonassoc GT GE LT LE NE EQ 65 | e LE e = { $$ = $1 <= $3; } 108 return (peek('=', LE, LT));
|
H A D | m4y_xpg4.y | 46 %nonassoc LE GE LT GT 67 | e LE e = { $$ = $1 <= $3; } 114 return (peek3('=', LE, '<', LSHIFT, LT));
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 45 { LE, "relop", " <= "},
|
H A D | awk.lx.l | 93 <A>"<=" { yylval = LE; RETURN(RELOP); }
|
H A D | awk.g.y | 34 %token LT LE GT GE EQ NE
|
H A D | run.c | 295 case LE: if (i<=0) return (true);
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | maketab.c | 47 { LE, "relop", " <= " },
|
H A D | awk.g.y | 65 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN 91 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|' 245 | pattern LE pattern { $$ = op2($2, $1, $3); } 464 case LE: case LT: case EQ: case NE: case GT: case GE:
|
H A D | awk.lx.l | 118 <A>"<=" { yylval.i = LE; RET(LE); }
|
H A D | run.c | 374 a[1] = (Node *)LE; /* arbitrary flag */ 639 case LE: return (i <= 0 ? true : false); 1657 } else if (a == LE) { /* input pipe */ 1688 if (files[i].mode == '|' || files[i].mode == LE) 1717 if (files[i].mode == '|' || files[i].mode == LE)
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 66 %token <node> EQ NE GE LE GT LT 129 %left EQ NE LANGLE RANGLE GE LE 326 | expr LE expr = { 327 $$ = node(LE, $1, $3);
|
H A D | awk3.c | 1134 case LE: 1438 case LE:
|
H A D | awk1.c | 529 c = LE;
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 78 %left LE GE '<' '>' 303 | cexpr LE cexpr
|
H A D | esclex.c | 557 return (record(LE, NULL)); 748 case LE:
|
/illumos-gate/usr/src/cmd/bc/ |
H A D | bc.y | 68 %token <cc> _WHILE _FOR NE LE GE INCR DECR 243 | e LE e 641 return (cpeek('=', LE, '\0', 0, '<'));
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 134 "<=" {return (LE);}
|
H A D | geniconvtbl.c | 1669 EVAL_OP_BIN1(LE_FOR_CSTYLE_CLEAN, LE) /* A <= B */ 1670 EVAL_OP_BIN2(LE_FOR_CSTYLE_CLEAN, LE) /* A <= B */ 1671 EVAL_OP_BIN3(LE_FOR_CSTYLE_CLEAN, LE) /* A <= B */ 1672 EVAL_OP_BIN4(LE_FOR_CSTYLE_CLEAN, LE) /* A <= B */
|
H A D | iconv_tm.h | 718 ITM_EXPR_BIN(LE), /* A <= B */
|
H A D | itm_comp.y | 158 %left LT LE GT GE 2089 | expr LE expr
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 142 %left GT GE LT LE. 573 expr(A) ::= expr(X) LE expr(Y). {A = sqliteExpr(TK_LE, X, Y, 0);}
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 335 #define LE (LT|EQ) macro 1557 case LE:
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_tools.c | 72 #define LE B_FALSE macro 585 size, (endian ? "BE" : "LE"), phys_addr); 592 size, (endian ? "BE" : "LE"), phys_addr); 602 size, (endian ? "BE" : "LE"), phys_addr); 609 size, (endian ? "BE" : "LE"), phys_addr);
|
Completed in 118 milliseconds