Home
last modified time | relevance | path

Searched refs:luaL_optlstring (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.h37 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int numArg, variable
105 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
H A Dltablib.c97 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
H A Dlauxlib.c325 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, in luaL_optlstring() function
H A Dlstrlib.c135 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()