Searched refs:luaL_optlstring (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/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
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 36 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int numArg, variable 104 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 96 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
|
| H A D | lauxlib.c | 324 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, in luaL_optlstring() function
|
| H A D | lstrlib.c | 122 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()
|