Home
last modified time | relevance | path

Searched refs:lua_getfield (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/lua/src/
H A Dloadlib.c278 lua_getfield(L, LUA_REGISTRYINDEX, "LUA_NOENV"); in noenv()
328 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in checkclib()
329 lua_getfield(L, -1, path); in checkclib()
341 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in addtoclib()
517 lua_getfield(L, lua_upvalueindex(1), pname); in findfile()
603 lua_getfield(L, LUA_REGISTRYINDEX, LUA_PRELOAD_TABLE); in searcher_preload()
604 if (lua_getfield(L, -1, name) == LUA_TNIL) { /* not found? */ in searcher_preload()
619 if (l_unlikely(lua_getfield(L, lua_upvalueindex(1), "searchers") in findloader()
651 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in ll_require()
652 lua_getfield(L, 2, name); /* LOADED[name] */ in ll_require()
[all …]
H A Dliolib.c230 lua_getfield(L, LUA_REGISTRYINDEX, IO_OUTPUT); /* use default output */ in io_close()
313 lua_getfield(L, LUA_REGISTRYINDEX, findex); in getiofile()
333 lua_getfield(L, LUA_REGISTRYINDEX, f); in g_iofile()
393 lua_getfield(L, LUA_REGISTRYINDEX, IO_INPUT); /* get default input */ in io_lines()
H A Dloslib.c247 res = (lua_getfield(L, -1, key) == LUA_TNIL) ? -1 : lua_toboolean(L, -1); in getboolfield()
255 int t = lua_getfield(L, -1, key); /* get field and its type */ in getfield()
H A Dldblib.c326 lua_getfield(L, LUA_REGISTRYINDEX, HOOKKEY); in hookf()
408 lua_getfield(L, LUA_REGISTRYINDEX, HOOKKEY); in db_gethook()
H A Dlauxlib.c82 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in pushglobalfuncname()
964 if (lua_getfield(L, idx, fname) == LUA_TTABLE) in luaL_getsubtable()
986 lua_getfield(L, -1, modname); /* LOADED[modname] */ in luaL_requiref()
H A Dlauxlib.h150 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
H A Dltests.c1246 lua_getfield(L, LUA_REGISTRYINDEX, "_jmpbuf"); /* get 'Aux' struct */ in panicback()
1462 lua_getfield(L1, t, getstring); in runC()
1839 lua_getfield(L, LUA_REGISTRYINDEX, "C_HOOK"); in Chook()
1858 lua_getfield(L, LUA_REGISTRYINDEX, "C_HOOK"); /* get C_HOOK table */ in sethookaux()
H A Dlua.h263 LUA_API int (lua_getfield) (lua_State *L, int idx, const char *k); variable
H A Dlapi.c689 LUA_API int lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp22 lua_getfield(L, -1, "stdout"); in lldb_print()
23 lua_getfield(L, -1, "write"); in lldb_print()
167 lua_getfield(m_lua_state, -1, "stdout"); in ChangeIO()
178 lua_getfield(m_lua_state, -1, "stderr"); in ChangeIO()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c777 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_lua_counthook()
1193 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_run_info()
1351 lua_getfield(state, 1, kwargs[i].za_name); in zcp_parse_table_args()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h118 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
H A Dlua.h225 LUA_API void (lua_getfield) (lua_State *L, int idx, const char *k); variable
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltablib.c278 lua_getfield(L, -1, "unpack"); in luaopen_table()
H A Dlauxlib.c669 lua_getfield(L, -1, modname); /* get _LOADED[modname] */ in luaL_pushmodule()
723 lua_getfield(L, idx, fname); in luaL_getsubtable()
H A Dlapi.c627 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function
1290 EXPORT_SYMBOL(lua_getfield);
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c268 lua_getfield (L, LUA_REGISTRYINDEX, "ucl.null"); in ucl_object_lua_push_scalar()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1269 lua_getfield(L,-1,"lua_getmetatable"); in SWIG_Lua_emulate_elua_getmetatable()
1281 lua_getfield(L,-1, SWIG_LUA_ELUA_EMUL_METATABLE_KEY); in SWIG_Lua_emulate_elua_getmetatable()
1296 lua_getfield(L,-2,"getmetatable"); in SWIG_Lua_emulate_elua_swap_getmetatable()