Home
last modified time | relevance | path

Searched refs:lua_newuserdata (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c497 pparser = lua_newuserdata (L, sizeof (parser)); in lua_ucl_parser_init()
522 pobj = lua_newuserdata (L, sizeof (*pobj)); in lua_ucl_push_opaque()
1194 ucl_null = lua_newuserdata (L, 0); in luaopen_ucl()
/freebsd-12.1/stand/liblua/
H A Dlfs.c168 *(DIR **)lua_newuserdata(L, sizeof(DIR **)) = dp; in lua_dir()
H A Dlutils.c232 FILE ** ptr = (FILE**)lua_newuserdata(L, sizeof(FILE**)); in lua_openfile()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_iter.c397 nvlist_t **props = lua_newuserdata(state, sizeof (nvlist_t *)); in zcp_props_list()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h229 LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz); variable
H A Dlauxlib.c408 newbuff = (char *)lua_newuserdata(L, newsize * sizeof(char)); in luaL_prepbuffsize()
H A Dlapi.c1174 LUA_API void *lua_newuserdata (lua_State *L, size_t size) { in lua_newuserdata() function
/freebsd-12.1/contrib/lua/src/
H A Dlua.h250 LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz); variable
H A Dliolib.c189 LStream *p = (LStream *)lua_newuserdata(L, sizeof(LStream)); in newprefile()
H A Dlauxlib.c483 UBox *box = (UBox *)lua_newuserdata(L, sizeof(UBox)); in newbox()
H A Dlstrlib.c695 gm = (GMatchState *)lua_newuserdata(L, sizeof(GMatchState)); in gmatch()
H A Dlapi.c1184 LUA_API void *lua_newuserdata (lua_State *L, size_t size) { in lua_newuserdata() function