Searched refs:dict_get_bool (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | evalbuffer.c | 692 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 D | textprop.c | 782 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 D | popupwin.c | 441 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 D | highlight.c | 4313 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 D | dict.c | 733 dict_get_bool(dict_T *d, char_u *key, int def) in dict_get_bool() function
|
| H A D | evalwindow.c | 910 if (dict_get_bool(d, (char_u *)"vertical", FALSE)) in f_win_splitmove()
|
| H A D | search.c | 4141 recompute = dict_get_bool(dict, (char_u *)"recompute", recompute); in f_searchcount()
|
| H A D | quickfix.c | 7197 valid = (int)dict_get_bool(d, (char_u *)"valid", FALSE); in qf_add_entry_from_dict()
|
| H A D | evalfunc.c | 9010 else if (dict_get_bool(d, (char_u *)"isunnamed", -1) > 0) in f_setreg()
|
| /vim-8.2.3635/src/proto/ |
| H A D | dict.pro | 35 varnumber_T dict_get_bool(dict_T *d, char_u *key, int def);
|