HomeSort by: relevance | last modified time | path
    Searched defs:lua_require (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
lua.h 65 struct lua_require { struct
81 #define LUAREQUIRE _IOWR('l', 3, struct lua_require)
  /src/sys/modules/lua/
lua.c 89 static int lua_require(lua_State *);
284 struct lua_require *require;
501 lua_require(lua_State *L) function in typeref:typename:int
704 lua_pushcfunction(K->L, lua_require);

Completed in 13 milliseconds