Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dllex.h78 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
H A Dllex.c78 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() function
97 return luaX_token2str(ls, token); in txtToken()
H A Dlparser.c67 luaO_pushfstring(ls->L, LUA_QS " expected", luaX_token2str(ls, token))); in error_expected()
111 luaX_token2str(ls, what), luaX_token2str(ls, who), where)); in check_match()