Searched refs:NE (Results 1 - 25 of 25) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4y.y | 45 %nonassoc GT GE LT LE NE EQ 61 | e NE e = { $$ = $1 != $3; } 116 return (peek('=', NE, '!'));
|
H A D | m4y_xpg4.y | 45 %nonassoc EQ NE 63 | e NE e = { $$ = $1 != $3; } 122 return (peek('=', NE, '!'));
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 43 { NE, "relop", " != "},
|
H A D | awk.g.y | 34 %token LT LE GT GE EQ NE 120 $$ = op2(NE, $1,
|
H A D | awk.lx.l | 89 <A>"!=" { yylval = NE; RETURN(RELOP); }
|
H A D | run.c | 297 case NE: if (i!=0) return (true);
|
/illumos-gate/usr/src/cmd/awk/ |
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 '|' 241 { $$ = op1(NOT, op2(NE,$2,valtonode(lookup((uchar *)"$zero&null",symtab),CCON))); } 247 | pattern NE pattern { $$ = op2($2, $1, $3); } 464 case LE: case LT: case EQ: case NE: case GT: case GE: 468 return op2(NE, n, nullnode);
|
H A D | maketab.c | 45 { NE, "relop", " != " },
|
H A D | awk.lx.l | 114 <A>"!=" { yylval.i = NE; RET(NE); }
|
H A D | run.c | 640 case NE: return (i != 0 ? true : false);
|
/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 314 | expr NE expr = { 315 $$ = node(NE, $1, $3);
|
H A D | awk3.c | 1132 case NE: 1432 case NE:
|
H A D | awk1.c | 536 c = NE;
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 77 %left EQ NE 299 | cexpr NE cexpr
|
H A D | esclex.c | 521 return (record(NE, NULL)); 739 case NE:
|
/illumos-gate/usr/src/cmd/bc/ |
H A D | bc.y | 68 %token <cc> _WHILE _FOR NE LE GE INCR DECR 239 | e NE e 647 return (cpeek('=', NE, '\0', 0, '!'));
|
/illumos-gate/usr/src/cmd/dc/ |
H A D | dc.h | 43 #define NE 3 macro
|
H A D | dc.c | 1992 return (cond(NE)); 2023 if (c == '<' || c == '>' || c == NE) { 2036 if (c == NE) {
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 132 "!=" {return (NE);}
|
H A D | geniconvtbl.c | 1649 EVAL_OP_BIN1(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ 1650 EVAL_OP_BIN2(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ 1651 EVAL_OP_BIN3(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ 1652 EVAL_OP_BIN4(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */
|
H A D | iconv_tm.h | 714 ITM_EXPR_BIN(NE), /* A != B */
|
H A D | itm_comp.y | 157 %left EQ NE 1793 | expr NE expr
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 141 %left EQ NE ISNULL NOTNULL IS LIKE GLOB BETWEEN IN. 575 expr(A) ::= expr(X) NE expr(Y). {A = sqliteExpr(TK_NE, X, Y, 0);}
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 336 #define NE (GT|LT) macro 1565 case NE:
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure | 901 --enable-ne-scan=LIST probe for NE base address using LIST
|
Completed in 134 milliseconds