Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.h33 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator
Dllex.c510 return TK_DOTS; /* '...' */ in llex()
Dlparser.c767 case TK_DOTS: { /* param -> '...' */ in parlist()
961 case TK_DOTS: { /* vararg */ in simpleexp()