Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c159 #define lua_getglobal dll_lua_getglobal
266 void (*dll_lua_getglobal) (lua_State *L, const char *var); variable
383 {"lua_getglobal", (luaV_function) &dll_lua_getglobal},