HomeSort by: relevance | last modified time | path
    Searched refs:kluaL_newstate (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
lua.h 102 extern klua_State *kluaL_newstate(const char *, const char *, int);
  /src/sys/modules/examples/luareadhappy/
luareadhappy.c 199 if ((sc.kL = kluaL_newstate("happy",
  /src/sys/modules/lua/
lua.c 351 K = kluaL_newstate(create->name, create->desc, IPL_NONE);
720 kluaL_newstate(const char *name, const char *desc, int ipl)

Completed in 12 milliseconds