Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c334 typedef void **luaV_function; typedef
337 luaV_function func;
364 {"luaL_error", (luaV_function) &dll_luaL_error},
370 {"luaL_ref", (luaV_function) &dll_luaL_ref},
376 {"lua_call", (luaV_function) &dll_lua_call},
377 {"lua_pcall", (luaV_function) &dll_lua_pcall},
381 {"lua_callk", (luaV_function) &dll_lua_callk},
392 {"lua_copy", (luaV_function) &dll_lua_copy},
395 {"lua_close", (luaV_function) &dll_lua_close},
401 {"lua_type", (luaV_function) &dll_lua_type},
[all …]