Searched refs:lua_pushcclosure (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 188 #define lua_pushcclosure dll_lua_pushcclosure macro 898 lua_pushcclosure(L, luaV_list_iter, 2); in luaV_list_call() 1088 lua_pushcclosure(L, luaV_dict_iter, 3); in luaV_dict_call() 2472 lua_pushcclosure(L, luaV_free, 1); in luaopen_vim() 2477 lua_pushcclosure(L, luaV_luaeval, 1); in luaopen_vim() 2482 lua_pushcclosure(L, luaV_setref, 1); in luaopen_vim()
|