Searched refs:lua_load (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lauxlib.c | 806 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex() 839 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
| H A D | lbaselib.c | 401 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
|
| H A D | lua.h | 300 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
|
| H A D | luac.c | 151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
|
| H A D | lapi.c | 1087 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
|
| /freebsd-14.2/contrib/libucl/m4/ |
| H A D | ax_lua.m4 | 135 # 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-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 260 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 542 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
| H A D | lapi.c | 971 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 870 unsigned struct_lua_load_sz = sizeof(struct lua_load);
|