Searched refs:luaV_unbox (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 876 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_pushtype() 895 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_call() 905 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_index() 940 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_list_newindex() 1053 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_pushtype() 1083 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_call() 1095 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_index() 1117 dict_T *d = luaV_unbox(L, luaV_Dict, 1); in luaV_dict_newindex() 1198 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_pushtype() 1206 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_blob_len() [all …]
|