Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.c97 static const char *txtToken (LexState *ls, int token) { in txtToken() function
112 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()