Searched refs:luaL_loadfile (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.h | 77 LUALIB_API int (luaL_loadfile) (lua_State *L, const char *filename); variable 112 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| H A D | lua.c | 135 int status = luaL_loadfile(L, name) || docall(L, 0, 1); in dofile() 247 status = luaL_loadfile(L, fname); in handle_script()
|
| H A D | luac.c | 169 if (luaL_loadfile(L,filename)!=0) fatal(lua_tostring(L,-1)); in pmain()
|
| H A D | lbaselib.c | 287 return load_aux(L, luaL_loadfile(L, fname)); in luaB_loadfile() 328 if (luaL_loadfile(L, fname) != 0) lua_error(L); in luaB_dofile()
|
| H A D | loadlib.c | 385 if (luaL_loadfile(L, filename) != 0) in loader_Lua()
|
| H A D | lauxlib.c | 552 LUALIB_API int luaL_loadfile (lua_State *L, const char *filename) { in luaL_loadfile() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 113 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | HISTORY | 51 + chunks are loaded by using lua_load; new luaL_loadfile and luaL_loadbuffer.
|