Searched refs:lua_getglobal (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.c | 147 lua_getglobal(L, "require"); in dolibrary() 224 lua_getglobal(L, "print"); in dotty()
|
| H A D | lua.h | 277 #define lua_getglobal(L,s) lua_getfield(L, LUA_GLOBALSINDEX, (s)) macro
|
| H A D | lbaselib.c | 34 lua_getglobal(L, "tostring"); in luaB_print()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 250 lua_getglobal(lua,"table"); in luaSortArray() 265 lua_getglobal(lua,"__redis__compare_helper"); in luaSortArray() 1028 lua_getglobal(lua,"math"); in scriptingInit() 1318 lua_getglobal(lua, "__redis__err__handler"); in evalGenericCommand() 1321 lua_getglobal(lua, funcname); in evalGenericCommand() 1339 lua_getglobal(lua, funcname); in evalGenericCommand() 2125 lua_getglobal(lua, varname); in ldbPrint() 2240 lua_getglobal(lua,"redis"); in ldbRedis()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 223 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 605 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function
|