Searched refs:lua_load (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | lua.h | 70 struct lua_load { struct 84 #define LUALOAD _IOWR('l', 4, struct lua_load) argument
|
/netbsd-src/sbin/luactl/ |
H A D | luactl.c | 203 struct lua_load l; in load()
|
/netbsd-src/sys/modules/lua/ |
H A D | lua.c | 285 struct lua_load *load; in luaioctl() 452 error = lua_load(s->K->L, lua_reader, &ls, in luaioctl()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lauxlib.c | 819 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex() 853 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
H A D | lbaselib.c | 407 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
|
H A D | lua.h | 323 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
|
H A D | luac.c | 153 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
|
H A D | lapi.c | 1097 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 708 unsigned struct_lua_load_sz = sizeof(struct lua_load);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 870 unsigned struct_lua_load_sz = sizeof(struct lua_load);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 869 unsigned struct_lua_load_sz = sizeof(struct lua_load);
|