Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDlauxlib.c778 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex()
811 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
HDlbaselib.c379 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
HDlua.h289 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
HDluac.c151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
HDlapi.c1054 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
/freebsd-13-stable/contrib/libucl/m4/
HDax_lua.m4135 # for a library containing the function lua_load. The search is performed
600 AC_SEARCH_LIBS([lua_load], [],
629 AC_SEARCH_LIBS([lua_load],
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
HDlua.h261 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlauxlib.c543 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
HDlapi.c972 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp870 unsigned struct_lua_load_sz = sizeof(struct lua_load);