Home
last modified time | relevance | path

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

12

/titanic_50/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, '!')); in yylex()
H A Dm4y_xpg4.y45 %nonassoc EQ NE
63 | e NE e = { $$ = $1 != $3; }
122 return (peek('=', NE, '!')); in yylex()
/titanic_50/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); }
/titanic_50/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: in exprreduce()
1432 case NE: in comparison()
/titanic_50/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); in relop()
/titanic_50/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)); in yylex()
739 case NE: in dumpline()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A DREADME.netboot104 Probe for NE base address using LIST of comma separated hex
116 hangs in "Probing...[NE*000/PCI]", try enabling this fix... it
/titanic_50/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, '!')); in yylex()
/titanic_50/usr/src/cmd/dc/
H A Ddc.h43 #define NE 3 macro
H A Ddc.c1992 return (cond(NE)); in command()
2023 if (c == '<' || c == '>' || c == NE) { in cond()
2036 if (c == NE) { in cond()
/titanic_50/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 */ in eval_expr()
1650 EVAL_OP_BIN2(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ in eval_expr()
1651 EVAL_OP_BIN3(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ in eval_expr()
1652 EVAL_OP_BIN4(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ in eval_expr()
H A Diconv_tm.h714 ITM_EXPR_BIN(NE), /* A != B */
H A Ditm_comp.y157 %left EQ NE
1793 | expr NE expr
/titanic_50/usr/src/data/zoneinfo/
H A Dcountry.tab187 NE Niger
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c336 #define NE (GT|LT) macro
1565 case NE:
/titanic_50/usr/src/cmd/fm/dicts/
H A DSUN4V.po1371 # code: SUN4V-8002-NE
1374 msgid "SUN4V-8002-NE.type"
1376 msgid "SUN4V-8002-NE.severity"
1378 msgid "SUN4V-8002-NE.description"
1380 msgid "SUN4V-8002-NE.response"
1382 msgid "SUN4V-8002-NE.impact"
1384 msgid "SUN4V-8002-NE.action"
/titanic_50/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);}

12