Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/lua/
HDlauxlib.h36 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))
/freebsd-head/contrib/lua/src/
HDlauxlib.h57 LUALIB_API const char *(luaL_optlstring) (lua_State *L, int arg, variable
140 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL))
HDloslib.c304 const char *s = luaL_optlstring(L, 1, "%c", &slen); in os_date()
HDltablib.c160 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
HDlauxlib.c409 LUALIB_API const char *luaL_optlstring (lua_State *L, int arg, in luaL_optlstring() function
HDlstrlib.c154 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()
/freebsd-head/sys/contrib/openzfs/module/lua/
HDltablib.c96 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat()
HDlauxlib.c324 LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, in luaL_optlstring() function
HDlstrlib.c122 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep()