Searched refs:luaV_totypval (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 83 if (luaV_totypval(L, a, v) == FAIL) \ 601 luaV_totypval(lua_State *L, int pos, typval_T *tv) in luaV_totypval() function 1858 if (luaV_totypval(L, -1, &tv) == FAIL) in luaV_setvar() 2197 if (luaV_totypval(L, i + 2, &argv[i]) == FAIL) in luaV_call() 2300 if (luaV_totypval(L, -1, rettv) == FAIL) in luaV_luaeval()
|