Home
last modified time | relevance | path

Searched refs:TK_DOTS (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.c522 return TK_DOTS; /* '...' */ in llex()
Dlparser.c963 case TK_DOTS: { /* param -> '...' */ in parlist()
1160 case TK_DOTS: { /* vararg */ in simpleexp()