Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextprop.c345 if (dict_find(dict, (char_u *)"id", -1) != NULL) in f_prop_add_list()
442 if (dict_find(dict, (char_u *)"id", -1) != NULL) in prop_add_common()
760 di = dict_find(dict, (char_u *)"lnum", -1); in f_prop_find()
764 di = dict_find(dict, (char_u *)"col", -1); in f_prop_find()
789 if (dict_find(dict, (char_u *)"type", -1)) in f_prop_find()
1004 if (dict_find(dict, (char_u *)"type", -1)) in f_prop_remove()
1162 di = dict_find(dict, (char_u *)"highlight", -1); in prop_type_set()
1180 di = dict_find(dict, (char_u *)"combine", -1); in prop_type_set()
1189 di = dict_find(dict, (char_u *)"priority", -1); in prop_type_set()
1193 di = dict_find(dict, (char_u *)"start_incl", -1); in prop_type_set()
[all …]
H A Ddict.c613 dict_find(dict_T *d, char_u *key, int len) in dict_find() function
654 di = dict_find(d, key, -1); in dict_get_tv()
673 di = dict_find(d, key, -1); in dict_get_string()
701 di = dict_find(d, key, -1); in dict_get_number_def()
717 di = dict_find(d, key, -1); in dict_get_number_check()
737 di = dict_find(d, key, -1); in dict_get_bool()
1005 item = dict_find(d, key, -1); in eval_dict()
1096 di1 = dict_find(d1, hi2->hi_key, -1); in dict_extend()
1177 item2 = dict_find(d2, hi->hi_key, -1); in dict_equal()
1339 rettv->vval.v_number = dict_find(argvars[0].vval.v_dict, in f_has_key()
[all …]
H A Dmatch.c937 if (dict_find(tv->vval.v_dict, (char_u *)"conceal", -1) != NULL) in matchadd_dict_arg()
941 if ((di = dict_find(tv->vval.v_dict, (char_u *)"window", -1)) != NULL) in matchadd_dict_arg()
1087 if (!(dict_find(d, (char_u *)"group", -1) != NULL in f_setmatches()
1088 && (dict_find(d, (char_u *)"pattern", -1) != NULL in f_setmatches()
1089 || dict_find(d, (char_u *)"pos1", -1) != NULL) in f_setmatches()
1090 && dict_find(d, (char_u *)"priority", -1) != NULL in f_setmatches()
1091 && dict_find(d, (char_u *)"id", -1) != NULL)) in f_setmatches()
1112 if (dict_find(d, (char_u *)"pattern", -1) == NULL) in f_setmatches()
1125 if ((di = dict_find(d, (char_u *)buf, -1)) != NULL) in f_setmatches()
1141 conceal = dict_find(d, (char_u *)"conceal", -1) != NULL in f_setmatches()
H A Devalwindow.c912 if ((di = dict_find(d, (char_u *)"rightbelow", -1)) != NULL) in f_win_splitmove()
1129 if (dict_find(dict, (char_u *)"lnum", -1) != NULL) in f_winrestview()
1131 if (dict_find(dict, (char_u *)"col", -1) != NULL) in f_winrestview()
1133 if (dict_find(dict, (char_u *)"coladd", -1) != NULL) in f_winrestview()
1135 if (dict_find(dict, (char_u *)"curswant", -1) != NULL) in f_winrestview()
1141 if (dict_find(dict, (char_u *)"topline", -1) != NULL) in f_winrestview()
1144 if (dict_find(dict, (char_u *)"topfill", -1) != NULL) in f_winrestview()
1147 if (dict_find(dict, (char_u *)"leftcol", -1) != NULL) in f_winrestview()
1149 if (dict_find(dict, (char_u *)"skipcol", -1) != NULL) in f_winrestview()
H A Dsign.c2328 if ((di = dict_find(dict, (char_u *)"lnum", -1)) != NULL) in f_sign_getplaced()
2336 if ((di = dict_find(dict, (char_u *)"id", -1)) != NULL) in f_sign_getplaced()
2343 if ((di = dict_find(dict, (char_u *)"group", -1)) != NULL) in f_sign_getplaced()
2435 di = dict_find(dict, (char_u *)"id", -1); in sign_place_from_dict()
2456 di = dict_find(dict, (char_u *)"group", -1); in sign_place_from_dict()
2480 di = dict_find(dict, (char_u *)"name", -1); in sign_place_from_dict()
2493 di = dict_find(dict, (char_u *)"buffer", -1); in sign_place_from_dict()
2504 di = dict_find(dict, (char_u *)"lnum", -1); in sign_place_from_dict()
2516 di = dict_find(dict, (char_u *)"priority", -1); in sign_place_from_dict()
2691 if ((di = dict_find(dict, (char_u *)"buffer", -1)) != NULL) in sign_unplace_from_dict()
[all …]
H A Dquickfix.c6814 if (dict_find(what, (char_u *)"all", -1) != NULL) in qf_getprop_keys2flags()
6822 if (dict_find(what, (char_u *)"title", -1) != NULL) in qf_getprop_keys2flags()
6825 if (dict_find(what, (char_u *)"nr", -1) != NULL) in qf_getprop_keys2flags()
6828 if (dict_find(what, (char_u *)"winid", -1) != NULL) in qf_getprop_keys2flags()
6831 if (dict_find(what, (char_u *)"context", -1) != NULL) in qf_getprop_keys2flags()
6834 if (dict_find(what, (char_u *)"id", -1) != NULL) in qf_getprop_keys2flags()
6837 if (dict_find(what, (char_u *)"items", -1) != NULL) in qf_getprop_keys2flags()
6840 if (dict_find(what, (char_u *)"idx", -1) != NULL) in qf_getprop_keys2flags()
6843 if (dict_find(what, (char_u *)"size", -1) != NULL) in qf_getprop_keys2flags()
6852 if (dict_find(what, (char_u *)"qfbufnr", -1) != NULL) in qf_getprop_keys2flags()
[all …]
H A Dpopupwin.c47 di = dict_find(dict, key, -1); in popup_options_one()
85 di = dict_find(dict, (char_u *)name, -1); in set_padding_border()
459 di = dict_find(d, (char_u *)"textpropwin", -1); in apply_move_options()
477 di = dict_find(d, (char_u *)"textpropid", -1); in apply_move_options()
558 di = dict_find(dict, (char_u *)name, -1); in check_highlight()
709 di = dict_find(dict, (char_u *)"close", -1); in apply_general_options()
816 di = dict_find(dict, (char_u *)"zindex", -1); in apply_general_options()
826 di = dict_find(dict, (char_u *)"mask", -1); in apply_general_options()
866 di = dict_find(dict, (char_u *)"moved", -1); in apply_general_options()
889 di = dict_find(dict, (char_u *)"filter", -1); in apply_general_options()
[all …]
H A Dsearch.c4127 di = dict_find(dict, (char_u *)"timeout", -1); in f_searchcount()
4134 di = dict_find(dict, (char_u *)"maxcount", -1); in f_searchcount()
4142 di = dict_find(dict, (char_u *)"pattern", -1); in f_searchcount()
4149 di = dict_find(dict, (char_u *)"pos", -1); in f_searchcount()
4833 if ((di = dict_find(d, (char_u *)"key", -1)) != NULL) in do_fuzzymatch()
4844 else if ((di = dict_find(d, (char_u *)"text_cb", -1)) != NULL) in do_fuzzymatch()
4853 if (dict_find(d, (char_u *)"matchseq", -1) != NULL) in do_fuzzymatch()
H A Dif_lua.c1097 dictitem_T *di = dict_find(d, key, -1); in luaV_dict_index()
1137 di = dict_find(d, key, -1); in luaV_dict_newindex()
1826 di = dict_find(dict, (char_u *)name, (int)len); in luaV_setvar()
1900 dictitem_T *di = dict_find(dict, (char_u *)name, (int)len); in luaV_getvar()
H A Dhighlight.c2307 colentry = dict_find(colornames_table, lc_name, -1); in colorname2rgb()
4261 di = dict_find(dict, key, -1); in hldict_get_string()
4292 di = dict_find(dict, key, -1); in hldict_attr_to_str()
4362 if (dict_find(dict, (char_u *)"cleared", -1) != NULL) in hlg_add_or_update()
4376 if (dict_find(dict, (char_u *)"linksto", -1) != NULL) in hlg_add_or_update()
H A Dtesting.c186 item2 = dict_find(got_d, hi->hi_key, -1); in fill_assert_error()
209 item2 = dict_find(exp_d, hi->hi_key, -1); in fill_assert_error()
H A Dtag.c3960 if (dict_find(dict, (char_u *)field_name, -1) != NULL) in add_tag_field()
4232 if ((di = dict_find(itemdict, (char_u *)"from", -1)) == NULL) in tagstack_push_items()
4286 if ((di = dict_find(d, (char_u *)"items", -1)) != NULL) in set_tagstack()
4296 if ((di = dict_find(d, (char_u *)"curidx", -1)) != NULL) in set_tagstack()
H A Dtime.c847 if (dict_find(dict, (char_u *)"repeat", -1) != NULL) in f_timer_start()
H A Dvim9execute.c2520 di = dict_find(dict, key, -1); in exec_instructions()
2766 di = dict_find(d, key, (int)STRLEN(key)); in exec_instructions()
3025 item = dict_find(dict, key, -1); in exec_instructions()
4113 if ((di = dict_find(dict, key, -1)) == NULL) in exec_instructions()
4155 if ((di = dict_find(dict, iptr->isn_arg.string, -1)) in exec_instructions()
H A Djson.c1006 && dict_find(top_item->jd_tv.vval.v_dict, in json_decode_item()
H A Dterminal.c4238 if (dict_find(dict, (char_u *)"bin", -1) != NULL) in handle_drop_command()
4240 if (dict_find(dict, (char_u *)"binary", -1) != NULL) in handle_drop_command()
4242 if (dict_find(dict, (char_u *)"nobin", -1) != NULL) in handle_drop_command()
4244 if (dict_find(dict, (char_u *)"nobinary", -1) != NULL) in handle_drop_command()
H A Dinsexpand.c2424 di_refresh = dict_find(dict, (char_u *)"refresh", 7); in ins_compl_add_dict()
2434 di_words = dict_find(dict, (char_u *)"words", 5); in ins_compl_add_dict()
H A Devalfunc.c4224 di = dict_find(d, tv_get_string(&argvars[1]), -1); in f_get()
8808 di = dict_find(d, (char_u *)"forward", -1); in f_setcharsearch()
8813 di = dict_find(d, (char_u *)"until", -1); in f_setcharsearch()
8985 di = dict_find(d, (char_u *)"regcontents", -1); in f_setreg()
H A Deval.c1111 lp->ll_di = dict_find(lp->ll_dict, key, len); in get_lval()
4290 item = dict_find(rettv->vval.v_dict, key, (int)keylen); in eval_index_inner()
H A Dfilepath.c1606 if (dict_find(tv->vval.v_dict, (char_u *)"sort", -1) != NULL) in readdirex_dict_arg()
H A Dif_py_both.h1887 di = dict_find(dict, key, -1); in DictionaryAssItem()
H A Dvim9compile.c3885 item = dict_find(d, key, -1); in compile_dict()
/vim-8.2.3635/src/proto/
H A Ddict.pro29 dictitem_T *dict_find(dict_T *d, char_u *key, int len);