| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loadlib.c | 355 lua_getfield(L, LUA_ENVIRONINDEX, pname); in findfile() 437 lua_getfield(L, LUA_ENVIRONINDEX, "preload"); in loader_preload() 440 lua_getfield(L, -1, name); in loader_preload() 455 lua_getfield(L, LUA_REGISTRYINDEX, "_LOADED"); in ll_require() 456 lua_getfield(L, 2, name); in ll_require() 463 lua_getfield(L, LUA_ENVIRONINDEX, "loaders"); in ll_require() 487 lua_getfield(L, 2, name); in ll_require() 547 lua_getfield(L, LUA_REGISTRYINDEX, "_LOADED"); in ll_module() 548 lua_getfield(L, loaded, modname); /* get _LOADED[modname] */ in ll_module() 558 lua_getfield(L, -1, "_NAME"); in ll_module() [all …]
|
| H A D | lua.c | 79 lua_getfield(L, LUA_GLOBALSINDEX, "debug"); in traceback() 84 lua_getfield(L, -1, "traceback"); in traceback() 155 lua_getfield(L, LUA_GLOBALSINDEX, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt()
|
| H A D | loslib.c | 102 lua_getfield(L, -1, key); in getboolfield() 111 lua_getfield(L, -1, key); in getfield()
|
| H A D | lauxlib.c | 113 lua_getfield(L, LUA_REGISTRYINDEX, tname); /* get registry.name */ in luaL_newmetatable() 128 lua_getfield(L, LUA_REGISTRYINDEX, tname); /* get correct metatable */ in luaL_checkudata() 248 lua_getfield(L, -1, libname); /* get _LOADED[libname] */ in luaI_openlib() 288 lua_getfield(L, LUA_REGISTRYINDEX, "LUA_SIZES"); in getsizes()
|
| H A D | liolib.c | 61 lua_getfield(L, LUA_REGISTRYINDEX, LUA_FILEHANDLE); in io_type() 129 lua_getfield(L, -1, "__close"); in aux_close() 550 lua_getfield(L, -1, "popen"); in luaopen_io()
|
| H A D | lua.h | 178 LUA_API void (lua_getfield) (lua_State *L, int idx, const char *k); variable 277 #define lua_getglobal(L,s) lua_getfield(L, LUA_GLOBALSINDEX, (s))
|
| H A D | lmathlib.c | 258 lua_getfield(L, -1, "fmod"); in luaopen_math()
|
| H A D | lauxlib.h | 117 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
|
| H A D | lua_cmsgpack.c | 942 lua_getfield(L, -1, cmds[i].name); in luaopen_cmsgpack_safe()
|
| H A D | lstrlib.c | 865 lua_getfield(L, -1, "gmatch"); in luaopen_string()
|
| H A D | lua_cjson.c | 1396 lua_getfield(l, -1, func[i]); in lua_cjson_safe_new()
|
| H A D | lapi.c | 544 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 118 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
|
| H A D | lua.h | 225 LUA_API void (lua_getfield) (lua_State *L, int idx, const char *k); variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 278 lua_getfield(L, -1, "unpack"); in luaopen_table()
|
| H A D | lauxlib.c | 669 lua_getfield(L, -1, modname); /* get _LOADED[modname] */ in luaL_pushmodule() 723 lua_getfield(L, idx, fname); in luaL_getsubtable()
|
| H A D | lapi.c | 625 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function 1312 EXPORT_SYMBOL(lua_getfield);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 775 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_lua_counthook() 1188 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_run_info() 1346 lua_getfield(state, 1, kwargs[i].za_name); in zcp_parse_table_args()
|