Home
last modified time | relevance | path

Searched refs:lua_load (Results 1 – 6 of 6) sorted by relevance

/minix3/sys/sys/
H A Dlua.h69 struct lua_load { struct
83 #define LUALOAD _IOWR('l', 4, struct lua_load) argument
/minix3/external/mit/lua/dist/src/
H A Dlauxlib.c678 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex()
712 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
H A Dluac.c149 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
H A Dlbaselib.c370 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
H A Dlua.h313 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
H A Dlapi.c976 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function