Searched refs:luaL_optlstring (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h36 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int numArg,
104 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
/freebsd-13-stable/contrib/lua/src/
H A Dlauxlib.h56 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int arg,
139 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
H A Dloslib.c306 const char *s = luaL_optlstring(L, 1, "%c", &slen);
H A Dltablib.c159 const char *sep = luaL_optlstring(L, 2, "", &lsep);
H A Dlauxlib.c409 LUALIB_API const char *luaL_optlstring (lua_State *L, int arg, function
H A Dlstrlib.c154 const char *sep = luaL_optlstring(L, 3, "", &lsep);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltablib.c96 const char *sep = luaL_optlstring(L, 2, "", &lsep);
H A Dlauxlib.c324 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, function
H A Dlstrlib.c122 const char *sep = luaL_optlstring(L, 3, "", &lsep);

Completed in 78 milliseconds