Home
last modified time | relevance | path

Searched refs:TK_GE (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.c384 else { next(ls); return TK_GE; } in llex()
H A Dlparser.c802 case TK_GE: return OPR_GE; 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.c454 else { next(ls); return TK_GE; } in llex()
H A Dlparser.c1015 case TK_GE: return OPR_GE; in getbinopr()