Searched refs:lua_pushlightuserdata (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 68 lua_pushlightuserdata((L), (void *) (v)); \ 71 lua_pushlightuserdata((L), (void *) (v)); \ 75 lua_pushlightuserdata((L), (void *)(s)); \ 498 lua_pushlightuserdata(L, (void *) tname); in luaV_newmetatable() 887 lua_pushlightuserdata(L, (void *) li->li_next); in luaV_list_iter() 897 lua_pushlightuserdata(L, (void *) l->lv_first); in luaV_list_call() 1070 lua_pushlightuserdata(L, (void *) (hi + 1)); in luaV_dict_iter() 2470 lua_pushlightuserdata(L, (void *) LUAVIM_FREE); in luaopen_vim() 2685 lua_pushlightuserdata(L, (void *) o); \ 2698 lua_pushlightuserdata(L, (void *) arg); in luaV_freetype() [all …]
|