Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c36 typedef dict_T *luaV_Dict; typedef
88 static luaV_Dict *luaV_pushdict(lua_State *L, dict_T *dic);
708 tv->vval.v_dict = *((luaV_Dict *) p); in luaV_totypval()
1035 static luaV_Dict *
1038 luaV_Dict *d = (luaV_Dict *) lua_newuserdata(L, sizeof(luaV_Dict)); in luaV_newdict()
1047 luaV_pushtype(dict_T, dict, luaV_Dict) in luaV_pushtype() argument
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()