Searched refs:TK_NE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.h29 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_DBCOLON, TK_EOS, enumerator in enum:RESERVED
H A Dllex.c457 else { next(ls); return TK_NE; }
H A Dlparser.c1005 case TK_NE: return OPR_NE;
/freebsd-11-stable/contrib/lua/src/
H A Dllex.h33 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator in enum:RESERVED
H A Dlparser.c1012 case TK_NE: return OPR_NE;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7491 #define TK_NE 75 macro
8371 #define OP_Ne 75 /* same as TK_NE */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14096 #define TK_NE 52 macro
15757 #define OP_Ne 52 /* jump, same as TK_NE, synopsis: IF r[P3]!=r[P1] */
157273 #define TK_NE macro
[all...]

Completed in 724 milliseconds