Searched refs:NE (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y45 %nonassoc GT GE LT LE NE EQ
61 | e NE e = { $$ = $1 != $3; }
116 return (peek('=', NE, '!'));
H A Dm4y_xpg4.y45 %nonassoc EQ NE
63 | e NE e = { $$ = $1 != $3; }
122 return (peek('=', NE, '!'));
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c43 { NE, "relop", " != "},
H A Dawk.g.y34 %token LT LE GT GE EQ NE
120 $$ = op2(NE, $1,
H A Dawk.lx.l89 <A>"!=" { yylval = NE; RETURN(RELOP); }
H A Drun.c297 case NE: if (i!=0) return (true);
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y65 %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 Dmaketab.c45 { NE, "relop", " != " },
H A Dawk.lx.l114 <A>"!=" { yylval.i = NE; RET(NE); }
H A Drun.c640 case NE: return (i != 0 ? true : false);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y66 %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 Dawk3.c1132 case NE:
1432 case NE:
H A Dawk1.c536 c = NE;
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y77 %left EQ NE
299 | cexpr NE cexpr
H A Desclex.c521 return (record(NE, NULL));
739 case NE:
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y68 %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 Ddc.h43 #define NE 3 macro
H A Ddc.c1992 return (cond(NE));
2023 if (c == '<' || c == '>' || c == NE) {
2036 if (c == NE) {
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l132 "!=" {return (NE);}
H A Dgeniconvtbl.c1649 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 Diconv_tm.h714 ITM_EXPR_BIN(NE), /* A != B */
H A Ditm_comp.y157 %left EQ NE
1793 | expr NE expr
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y141 %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 Dtset.c336 #define NE (GT|LT) macro
1565 case NE:
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure901 --enable-ne-scan=LIST probe for NE base address using LIST

Completed in 134 milliseconds