Searched refs:TK_GE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.h | 31 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_NUMBER, enumerator
|
| H A D | llex.c | 384 else { next(ls); return TK_GE; } in llex()
|
| H A D | lparser.c | 802 case TK_GE: return OPR_GE; in getbinopr()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.h | 30 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_DBCOLON, TK_EOS, enumerator
|
| H A D | llex.c | 454 else { next(ls); return TK_GE; } in llex()
|
| H A D | lparser.c | 1015 case TK_GE: return OPR_GE; in getbinopr()
|