HomeSort by: relevance | last modified time | path
    Searched refs:NE (Results 1 - 13 of 13) sorted by relevancy

  /src/tools/m4/bootstrap/
parser.h 6 #define NE 262
parser.c 56 #define NE 262
254 0,0,0,0,0,0,0,0,0,0,0,0,0,"NUMBER","ERROR","LOR","LAND","EQ","NE","LE","GE",
272 "expr : expr NE expr",
tokenizer.c 831 { return(NE); }
  /src/sys/arch/arm/xscale/
ixp425-fw.mk 4 # For IXP425 NE support, this file must be included by the board-specific
  /src/usr.bin/m4/
parser.y 37 %left EQ NE
72 | expr NE expr { $$ = $1 != $3; }
tokenizer.l 63 "!=" { return(NE); }
  /src/usr.bin/xlint/lint1/
op.h 91 NE,
scan.l 95 "!=" return lex_operator(T_EQUALITY, NE);
ckbool.c 78 if (op == EQ || op == NE ||
ckgetopt.c 89 && tn->tn_op == NE
tree.c 1208 case NE:
1303 case NE:
2043 case NE:
2813 if (!allow_trad && !allow_c99 && op != EQ && op != NE)
3390 case NE:
3488 } else if (Pflag && eflag && mp->m_comparison && op != EQ && op != NE)
  /src/usr.bin/make/
cond.c 130 LT, LE, GT, GE, EQ, NE
532 if (op != EQ && op != NE) {
574 return par->p += 2, *out_op = NE, true;
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 16343 # The cases EQ and NE are shared by the Aware and Nonaware groups #
16971 # The cases EQ and NE are shared by the Aware and Nonaware groups #
17541 # The cases EQ and NE are shared by the Aware and Nonaware groups #

Completed in 41 milliseconds