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