Home
last modified time | relevance | path

Searched refs:TOKEN_LEN (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.h17 #define TOKEN_LEN (sizeof("function")/sizeof(char)) macro
H A Dllex.c69 lua_assert(strlen(luaX_tokens[i])+1 <= TOKEN_LEN); in luaX_init()