Searched refs:itemdict (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | tag.c | 4219 dict_T *itemdict; in tagstack_push_items() local 4229 itemdict = li->li_tv.vval.v_dict; in tagstack_push_items() 4232 if ((di = dict_find(itemdict, (char_u *)"from", -1)) == NULL) in tagstack_push_items() 4237 dict_get_string(itemdict, (char_u *)"tagname", TRUE)) == NULL) in tagstack_push_items() 4243 (int)dict_get_number(itemdict, (char_u *)"bufnr"), in tagstack_push_items() 4244 (int)dict_get_number(itemdict, (char_u *)"matchnr") - 1, in tagstack_push_items() 4246 dict_get_string(itemdict, (char_u *)"user_data", TRUE)); in tagstack_push_items()
|