Searched refs:kluaL_newstate (Results 1 – 2 of 2) sorted by relevance
102 extern klua_State *kluaL_newstate(const char *, const char *, int);
351 K = kluaL_newstate(create->name, create->desc, IPL_NONE); in luaioctl()720 kluaL_newstate(const char *name, const char *desc, int ipl) in kluaL_newstate() function