Home
last modified time | relevance | path

Searched refs:TK_CONCAT (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.c401 else return TK_CONCAT; /* .. */ in llex()
H A Dlparser.c796 case TK_CONCAT: return OPR_CONCAT; 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.c475 else return TK_CONCAT; /* '..' */ in llex()
H A Dlparser.c1009 case TK_CONCAT: return OPR_CONCAT; in getbinopr()