Home | History | Annotate | Download | only in orig

Lines Matching defs:nE

26562     case TK_NE:      zBinOp = "NE";     break;
29650 /* 77 */ "Ne" OpHelp("IF r[P3]!=r[P1]"),
72832 case TK_NE: zOp = "NE"; break;
80372 /* Opcode: Ne P1 P2 P3 P4 P5
93249 ** of Eq or Ne comparison operations.
136613 "NOTNULL", "NE", "EQ", "GT",
136833 /* 169 */ "expr ::= expr EQ|NE expr",
138549 case 169: /* expr ::= expr EQ|NE expr */ yytestcase(yyruleno==169);
168203 int nE= sqlite3_value_bytes(argv[2]);
168207 U8_NEXT(zE, i, nE, uEsc);
168208 if( i!=nE){