Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c138 #define luaL_optinteger dll_luaL_optinteger macro
1001 long pos = (long) luaL_optinteger(L, 3, 0); in luaV_list_insert()
1520 linenr_T n = (linenr_T) luaL_optinteger(L, 3, last); in luaV_buffer_insert()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt4270 Solution: use luaL_optinteger() instead of LuaL_optlong(). (Ken Takata)