Searched refs:lua_call (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 152 #define lua_call dll_lua_call macro 1738 lua_call(L, 1, 1); in luaV_print() 1772 lua_call(L, 1, 1); // return string in luaV_debug() 2529 lua_call(L, 0, 0); in luaV_newstate() 2631 lua_call(L, 0, 1); in ex_luado() 2686 lua_call(L, 1, 0); \ 2700 lua_call(L, 3, 0); in luaV_freetype() 2713 lua_call(L, 1, 1); in set_ref_in_lua()
|