Searched refs:kluaL_newstate (Results 1 – 3 of 3) sorted by relevance
102 extern klua_State *kluaL_newstate(const char *, const char *, int);
199 if ((sc.kL = kluaL_newstate("happy", in happy_modcmd()
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