Home
last modified time | relevance | path

Searched refs:TK_LE (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.c379 else { next(ls); return TK_LE; } in llex()
H A Dlparser.c800 case TK_LE: return OPR_LE; 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.c449 else { next(ls); return TK_LE; } in llex()
H A Dlparser.c1013 case TK_LE: return OPR_LE; in getbinopr()