Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y44 %nonassoc GT GE LT LE NE EQ
60 | e NE e = { $$ = $1 != $3; }
115 return (peek('=', NE, '!')); in yylex()
H A Dm4y_xpg4.y44 %nonassoc EQ NE
62 | e NE e = { $$ = $1 != $3; }
121 return (peek('=', NE, '!')); in yylex()
/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 '|'
265 | pattern NE pattern { $$ = op2($2, $1, $3); }
507 case LE: case LT: case EQ: case NE: case GT: case GE:
511 return op2(NE, n, nullnode);
H A Dmaketab.c75 { NE, "relop", " != " },
H A Dlex.c246 yylval.i = NE; in yylex()
247 RET(NE); in yylex()
/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.c1131 case NE: in exprreduce()
1429 case NE: in comparison()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-base-type.c6 NE = 1ULL, enumerator
/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.l86 <A>"!=" { yylval = NE; RETURN(RELOP); }
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y77 %left EQ NE
299 | cexpr NE cexpr
H A Desclex.c527 return (record(NE, NULL)); in yylex()
745 case NE: in dumpline()
/illumos-gate/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
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y65 %token <cc> _WHILE _FOR NE LE GE INCR DECR
236 | e NE e
644 return (cpeek('=', NE, '\0', 0, '!')); in yylex()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c431 int LT, GT, EQ, NE, total; in comparison_intersection() local
440 LT = GT = EQ = NE = total = 0; in comparison_intersection()
463 NE++; in comparison_intersection()
494 NE++; in comparison_intersection()
523 if (total == 2 && EQ && NE) in comparison_intersection()
527 if (GT && NE) in comparison_intersection()
529 if (LT && NE) in comparison_intersection()
531 if (NE == 2) in comparison_intersection()
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h41 #define NE 3 macro
H A Ddc.c1990 return (cond(NE)); in command()
2021 if (c == '<' || c == '>' || c == NE) { in cond()
2034 if (c == NE) { in cond()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l130 "!=" {return (NE);}
H A Dgeniconvtbl.c1642 EVAL_OP_BIN1(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ in eval_expr()
1643 EVAL_OP_BIN2(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ in eval_expr()
1644 EVAL_OP_BIN3(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ in eval_expr()
1645 EVAL_OP_BIN4(NE_FOR_CSTYLE_CLEAN, NE) /* A != B */ in eval_expr()
H A Diconv_tm.h711 ITM_EXPR_BIN(NE), /* A != B */
H A Ditm_comp.y155 %left EQ NE
1791 | expr NE expr
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c335 #define NE (GT|LT) macro
1566 case NE:
/illumos-gate/usr/src/data/zoneinfo/
H A Dcountry.tab192 NE Niger
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y139 %left EQ NE ISNULL NOTNULL IS LIKE GLOB BETWEEN IN.
573 expr(A) ::= expr(X) NE expr(Y). {A = sqliteExpr(TK_NE, X, Y, 0);}

12