Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlauxlib.c815 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex()
848 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
H A Dlbaselib.c401 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
H A Dlua.h300 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
H A Dluac.c151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
H A Dlapi.c1087 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h261 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c543 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
H A Dlapi.c972 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp870 unsigned struct_lua_load_sz = sizeof(struct lua_load);