Home
last modified time | relevance | path

Searched defs:exec_lua (Results 1 – 4 of 4) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/test/functional/
H A Dhelpers.lua785 function module.exec_lua(code, ...) function
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dscript.c410 int exec_lua(int Ind, char *file) in exec_lua() function
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-script.c528 int exec_lua(int Ind, char *file) in exec_lua() function
/dports/editors/py-pynvim/pynvim-0.4.3/pynvim/api/
H A Dnvim.py301 def exec_lua(self, code, *args, **kwargs): member in Nvim