Searched refs:luaL_optlstring (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lauxlib.h | 52 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int numArg, variable 103 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
|
| H A D | ltablib.c | 148 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
|
| H A D | lauxlib.c | 165 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, in luaL_optlstring() function
|