OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaL_loadfile
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mit/lua/dist/src/
lauxlib.h
107
#define
luaL_loadfile
(L,f) luaL_loadfilex(L,f,NULL)
159
(
luaL_loadfile
(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
lua.c
204
return dochunk(L,
luaL_loadfile
(L, name));
255
status =
luaL_loadfile
(L, fname);
lbaselib.c
425
if (l_unlikely(
luaL_loadfile
(L, fname) != LUA_OK))
loadlib.c
552
return checkload(L, (
luaL_loadfile
(L, filename) == LUA_OK), filename);
luac.c
181
if (
luaL_loadfile
(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1));
/src/external/bsd/lutok/dist/
state.cpp
484
/// Wrapper around
luaL_loadfile
.
486
/// \param file The second parameter to
luaL_loadfile
.
488
/// \throw api_error If
luaL_loadfile
returns an error.
497
if (
luaL_loadfile
(_pimpl->lua_state, file.c_str()) != 0)
498
throw lutok::api_error::from_stack(*this, "
luaL_loadfile
");
/src/libexec/httpd/
lua-bozo.c
232
if (
luaL_loadfile
(map->L, script))
Completed in 20 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026