Home
last modified time | relevance | path

Searched refs:TK_NE (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.h31 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_NUMBER, enumerator
H A Dllex.c389 else { next(ls); return TK_NE; } in llex()
H A Dlparser.c797 case TK_NE: return OPR_NE; in getbinopr()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.h30 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_DBCOLON, TK_EOS, enumerator
H A Dllex.c459 else { next(ls); return TK_NE; } in llex()
H A Dlparser.c1010 case TK_NE: return OPR_NE; in getbinopr()