Home
last modified time | relevance | path

Searched refs:TK_CONCAT (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dllex.h39 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator
Dllex.c523 else return TK_CONCAT; /* '..' */ in llex()
Dlparser.c1210 case TK_CONCAT: return OPR_CONCAT; in getbinopr()