Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalbuffer.c692 sel_buflisted = dict_get_bool(sel_d, (char_u *)"buflisted", FALSE); in f_getbufinfo()
693 sel_bufloaded = dict_get_bool(sel_d, (char_u *)"bufloaded", FALSE); in f_getbufinfo()
694 sel_bufmodified = dict_get_bool(sel_d, (char_u *)"bufmodified", in f_getbufinfo()
H A Dtextprop.c782 skipstart = dict_get_bool(dict, (char_u *)"skipstart", 0); in f_prop_find()
798 both = dict_get_bool(dict, (char_u *)"both", FALSE); in f_prop_find()
1000 do_all = dict_get_bool(dict, (char_u *)"all", FALSE); in f_prop_remove()
1013 both = dict_get_bool(dict, (char_u *)"both", FALSE); in f_prop_remove()
H A Dpopupwin.c441 nr = dict_get_bool(d, (char_u *)"fixed", -1); in apply_move_options()
667 nr = dict_get_bool(dict, (char_u *)"scrollbar", -1); in apply_general_options()
678 nr = dict_get_bool(dict, (char_u *)"wrap", -1); in apply_general_options()
682 nr = dict_get_bool(dict, (char_u *)"drag", -1); in apply_general_options()
691 nr = dict_get_bool(dict, (char_u *)"posinvert", -1); in apply_general_options()
700 nr = dict_get_bool(dict, (char_u *)"resize", -1); in apply_general_options()
880 nr = dict_get_bool(dict, (char_u *)"cursorline", -1); in apply_general_options()
900 nr = dict_get_bool(dict, (char_u *)"mapping", -1); in apply_general_options()
948 nr = dict_get_bool(dict, (char_u *)"hidden", FALSE); in apply_options()
H A Dhighlight.c4313 if (dict_get_bool(attrdict, (char_u *)hl_name_table[i], in hldict_attr_to_str()
4356 if (dict_get_bool(dict, (char_u *)"force", VVAL_FALSE) == VVAL_TRUE) in hlg_add_or_update()
4359 if (dict_get_bool(dict, (char_u *)"default", VVAL_FALSE) == VVAL_TRUE) in hlg_add_or_update()
4367 cleared = dict_get_bool(dict, (char_u *)"cleared", FALSE); in hlg_add_or_update()
H A Ddict.c733 dict_get_bool(dict_T *d, char_u *key, int def) in dict_get_bool() function
H A Devalwindow.c910 if (dict_get_bool(d, (char_u *)"vertical", FALSE)) in f_win_splitmove()
H A Dsearch.c4141 recompute = dict_get_bool(dict, (char_u *)"recompute", recompute); in f_searchcount()
H A Dquickfix.c7197 valid = (int)dict_get_bool(d, (char_u *)"valid", FALSE); in qf_add_entry_from_dict()
H A Devalfunc.c9010 else if (dict_get_bool(d, (char_u *)"isunnamed", -1) > 0) in f_setreg()
/vim-8.2.3635/src/proto/
H A Ddict.pro35 varnumber_T dict_get_bool(dict_T *d, char_u *key, int def);