Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c123 #define luaL_loadfile dll_luaL_loadfile macro
2674 if (luaL_loadfile(L, (char *) eap->arg) || lua_pcall(L, 0, 0, 0)) in ex_luafile()