Searched refs:luaX_token2str (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.h | 78 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
|
| H A D | llex.c | 78 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() function 97 return luaX_token2str(ls, token); in txtToken()
|
| H A D | lparser.c | 67 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()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.h | 79 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
|
| H A D | llex.c | 72 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() function 96 return luaX_token2str(ls, token); in txtToken()
|
| H A D | lparser.c | 77 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 131 luaX_token2str(ls, what), luaX_token2str(ls, who), where)); in check_match()
|