Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c193 #define lua_rawgeti dll_lua_rawgeti macro
1965 lua_rawgeti(L, 1, ++i); in luaV_list()
2748 lua_rawgeti(funcstate->L, LUA_REGISTRYINDEX, funcstate->lua_funcref); in luaV_call_lua_func()
2754 lua_rawgeti(funcstate->L, LUA_REGISTRYINDEX, funcstate->lua_tableref); in luaV_call_lua_func()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt27066 Solution: Adjust prototype of lua_rawgeti(). (Ken Takata,