Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.c89 static const char *txtToken (LexState *ls, int token) { in txtToken() function
107 luaO_pushfstring(ls->L, "%s near " LUA_QS, msg, txtToken(ls, token)); in luaX_lexerror()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.c88 static const char *txtToken (LexState *ls, int token) { in txtToken() function
106 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()