Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/lua/
H A Dconverter.c101 || n == (lua_Number)kObjectTypeDictionary) { in nlua_traverse_table()
161 ret.type = kObjectTypeDictionary; in nlua_traverse_table()
166 ret.type = kObjectTypeDictionary; in nlua_traverse_table()
345 case kObjectTypeDictionary: in nlua_pop_typval()
725 nlua_create_typed_table(lstate, 0, 0, kObjectTypeDictionary); in nlua_push_Dictionary()
883 table_props.type = kObjectTypeDictionary; in nlua_check_type()
1031 if (table_props.type != kObjectTypeDictionary) { in nlua_pop_Dictionary()
1062 if (cur.obj->type == kObjectTypeDictionary) { in nlua_pop_Object()
1163 case kObjectTypeDictionary: in nlua_pop_Object()
1294 lua_pushnumber(lstate, (lua_Number)kObjectTypeDictionary); in GENERATE_INDEX_FUNCTION()
[all …]
/dports/editors/neovim/neovim-0.6.1/test/unit/api/
H A Dhelpers.lua39 [tonumber(api.kObjectTypeDictionary)] = function(obj)
110 local dct = obj(api.kObjectTypeDictionary, {dictionary={
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/private/
H A Dconverter.c142 assert(dict->type == kObjectTypeDictionary); in typval_encode_after_key()
162 assert(dict->type == kObjectTypeDictionary); in typval_encode_between_dict_items()
311 case kObjectTypeDictionary: { in object_to_vim()
H A Ddefs.h107 kObjectTypeDictionary, enumerator
H A Dhelpers.h50 .type = kObjectTypeDictionary, \
H A Dhelpers.c775 case kObjectTypeDictionary: in api_free_object()
962 case kObjectTypeDictionary: in copy_object()
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dvimscript.c255 case kObjectTypeDictionary: in nvim_call_dict_function()
271 if (fn.data && fn.size > 0 && dict.type != kObjectTypeDictionary) { in nvim_call_dict_function()
H A Dvim.c1878 rvobj.type = kObjectTypeDictionary; in nvim_get_proc()
1899 } else if (o.type == kObjectTypeDictionary) { in nvim_get_proc()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhighlight.c194 if (ret.type == kObjectTypeDictionary) { in ns_get_hl()
838 if (strequal(key, "cterm") && val.type == kObjectTypeDictionary) { in dict2hlattrs()
/dports/editors/neovim/neovim-0.6.1/src/nvim/msgpack_rpc/
H A Dhelpers.c382 case kObjectTypeDictionary: { in msgpack_rpc_from_object()
/dports/editors/neovim/neovim-0.6.1/src/nvim/tui/
H A Dtui.c995 assert(args.items[i].type == kObjectTypeDictionary); in tui_mode_info_set()