Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/
H A Dllex.h79 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
H A Dllex.c72 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() function
96 return luaX_token2str(ls, token); in txtToken()
H A Dlparser.c77 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()
/src/contrib/lua/src/
H A Dllex.h88 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
H A Dllex.c82 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() function
106 return luaX_token2str(ls, token); in txtToken()
H A Dlparser.c70 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected()
137 luaX_token2str(ls, what), luaX_token2str(ls, who), where)); in check_match()