Searched refs:klua_newstate (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | lua.h | 100 extern klua_State *klua_newstate(lua_Alloc, void *, const char *, const char *,
|
/netbsd-src/sys/modules/lua/ |
H A D | lua.c | 665 klua_newstate(lua_Alloc f, void *ud, const char *name, const char *desc, in klua_newstate() function 722 return klua_newstate(lua_alloc, NULL, name, desc, ipl); in kluaL_newstate()
|