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

/netbsd-current/external/mit/lua/dist/src/
H A Dllex.h43 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator in enum:RESERVED
H A Dllex.c541 if (check_next1(ls, '=')) return TK_NE; /* '~=' */
H A Dlparser.c1231 case TK_NE: return OPR_NE;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14497 #define TK_NE 52 macro
16621 #define OP_Ne 52 /* jump, same as TK_NE, synopsis: IF r[P3]!=r[P1] */
171240 #define TK_NE macro
[all...]

Completed in 502 milliseconds