/titanic_50/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, '!')); in yylex()
|
H A D | m4y_xpg4.y | 45 %nonassoc EQ NE 63 | e NE e = { $$ = $1 != $3; } 122 return (peek('=', NE, '!')); in yylex()
|
/titanic_50/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); }
|
/titanic_50/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: in exprreduce() 1432 case NE: in comparison()
|
/titanic_50/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); in relop()
|
/titanic_50/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)); in yylex() 739 case NE: in dumpline()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | README.netboot | 104 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 D | bc.y | 68 %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 D | dc.h | 43 #define NE 3 macro
|
H A D | dc.c | 1992 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 D | itm_comp.l | 132 "!=" {return (NE);}
|
H A D | geniconvtbl.c | 1649 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 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
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | country.tab | 187 NE Niger
|
/titanic_50/usr/src/ucbcmd/tset/ |
H A D | tset.c | 336 #define NE (GT|LT) macro 1565 case NE:
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | SUN4V.po | 1371 # 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 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);}
|