Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.h86 #define luaL_loadfile(L,f) luaL_loadfilex(L,f,NULL) macro
130 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
H A Dlua.c246 return dochunk(L, luaL_loadfile(L, name)); in dofile()
442 status = luaL_loadfile(L, fname); in handle_script()
H A Dlbaselib.c365 if (luaL_loadfile(L, fname) != LUA_OK) in luaB_dofile()
H A Dluac.c175 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1)); in pmain()
H A Dloadlib.c500 return checkload(L, (luaL_loadfile(L, filename) == LUA_OK), filename); in searcher_Lua()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h114 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))