Searched refs:TOKEN_LEN (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ | ||
| H A D | llex.h | 17 #define TOKEN_LEN (sizeof("function")/sizeof(char)) macro |
| H A D | llex.c | 69 lua_assert(strlen(luaX_tokens[i])+1 <= TOKEN_LEN); in luaX_init() |