Searched refs:luaX_token2str (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | llex.h | 82 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
|
D | llex.c | 82 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() function 104 return luaX_token2str(ls, token); in txtToken()
|
D | lparser.c | 75 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 129 luaX_token2str(ls, what), luaX_token2str(ls, who), where)); in check_match()
|