Home
last modified time | relevance | path

Searched refs:dict_get_number (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/
H A Devalwindow.c914 size = (int)dict_get_number(d, (char_u *)"size"); in f_win_splitmove()
1130 curwin->w_cursor.lnum = (linenr_T)dict_get_number(dict, (char_u *)"lnum"); in f_winrestview()
1132 curwin->w_cursor.col = (colnr_T)dict_get_number(dict, (char_u *)"col"); in f_winrestview()
1134 curwin->w_cursor.coladd = (colnr_T)dict_get_number(dict, (char_u *)"coladd"); in f_winrestview()
1137 curwin->w_curswant = (colnr_T)dict_get_number(dict, (char_u *)"curswant"); in f_winrestview()
1142 set_topline(curwin, (linenr_T)dict_get_number(dict, (char_u *)"topline")); in f_winrestview()
1145 curwin->w_topfill = (int)dict_get_number(dict, (char_u *)"topfill"); in f_winrestview()
1148 curwin->w_leftcol = (colnr_T)dict_get_number(dict, (char_u *)"leftcol"); in f_winrestview()
1150 curwin->w_skipcol = (colnr_T)dict_get_number(dict, (char_u *)"skipcol"); in f_winrestview()
H A Dtextprop.c346 id = dict_get_number(dict, (char_u *)"id"); in f_prop_add_list()
407 end_lnum = dict_get_number(dict, (char_u *)"end_lnum"); in prop_add_common()
419 long length = dict_get_number(dict, (char_u *)"length"); in prop_add_common()
430 end_col = dict_get_number(dict, (char_u *)"end_col"); in prop_add_common()
443 id = dict_get_number(dict, (char_u *)"id"); in prop_add_common()
786 id = dict_get_number(dict, (char_u *)"id"); in f_prop_find()
1003 id = dict_get_number(dict, (char_u *)"id"); in f_prop_remove()
H A Dmap.c2386 noremap = dict_get_number(d, (char_u *)"noremap") ? REMAP_NONE: 0; in f_mapset()
2387 if (dict_get_number(d, (char_u *)"script") != 0) in f_mapset()
2389 expr = dict_get_number(d, (char_u *)"expr") != 0; in f_mapset()
2390 silent = dict_get_number(d, (char_u *)"silent") != 0; in f_mapset()
2391 sid = dict_get_number(d, (char_u *)"sid"); in f_mapset()
2392 lnum = dict_get_number(d, (char_u *)"lnum"); in f_mapset()
2393 buffer = dict_get_number(d, (char_u *)"buffer"); in f_mapset()
2394 nowait = dict_get_number(d, (char_u *)"nowait") != 0; in f_mapset()
H A Dchange.c177 prev_lnum = (linenr_T)dict_get_number( in check_recorded_changes()
179 prev_lnume = (linenr_T)dict_get_number( in check_recorded_changes()
392 lnum = dict_get_number(li->li_tv.vval.v_dict, (char_u *)"lnum"); in invoke_listeners()
395 lnum = dict_get_number(li->li_tv.vval.v_dict, (char_u *)"end"); in invoke_listeners()
398 added += dict_get_number(li->li_tv.vval.v_dict, (char_u *)"added"); in invoke_listeners()
H A Dpopupwin.c479 wp->w_popup_prop_id = dict_get_number(d, (char_u *)"textpropid"); in apply_move_options()
662 wp->w_firstline = dict_get_number(dict, (char_u *)"firstline"); in apply_general_options()
819 wp->w_zindex = dict_get_number(dict, (char_u *)"zindex"); in apply_general_options()
861 nr = dict_get_number(dict, (char_u *)"time"); in apply_general_options()
1044 int col = dict_get_number(dict, (char_u *)"col"); in add_popup_dicts()
1902 tabnr = (int)dict_get_number(d, (char_u *)"tabpage"); in popup_create()
H A Dmatch.c1139 priority = (int)dict_get_number(d, (char_u *)"priority"); in f_setmatches()
1140 id = (int)dict_get_number(d, (char_u *)"id"); in f_setmatches()
H A Dinsexpand.c2372 && dict_get_number(tv->vval.v_dict, (char_u *)"icase")) in ins_compl_add_tv()
2375 dup = dict_get_number(tv->vval.v_dict, (char_u *)"dup"); in ins_compl_add_tv()
2377 empty = dict_get_number(tv->vval.v_dict, (char_u *)"empty"); in ins_compl_add_tv()
2379 && dict_get_number(tv->vval.v_dict, (char_u *)"equal")) in ins_compl_add_tv()
H A Dquickfix.c7165 bufnum = (int)dict_get_number(d, (char_u *)"bufnr"); in qf_add_entry_from_dict()
7166 lnum = (int)dict_get_number(d, (char_u *)"lnum"); in qf_add_entry_from_dict()
7167 end_lnum = (int)dict_get_number(d, (char_u *)"end_lnum"); in qf_add_entry_from_dict()
7168 col = (int)dict_get_number(d, (char_u *)"col"); in qf_add_entry_from_dict()
7169 end_col = (int)dict_get_number(d, (char_u *)"end_col"); in qf_add_entry_from_dict()
7170 vcol = (int)dict_get_number(d, (char_u *)"vcol"); in qf_add_entry_from_dict()
7171 nr = (int)dict_get_number(d, (char_u *)"nr"); in qf_add_entry_from_dict()
H A Dtime.c848 repeat = dict_get_number(dict, (char_u *)"repeat"); in f_timer_start()
H A Ddict.c687 dict_get_number(dict_T *d, char_u *key) in dict_get_number() function
H A Dtag.c4243 (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()
H A Dsign.c2699 sign_id = dict_get_number(dict, (char_u *)"id"); in sign_unplace_from_dict()
H A Dterminal.c4806 max_height = dict_get_number(d, (char_u *)"rows"); in f_term_dumpwrite()
4807 max_width = dict_get_number(d, (char_u *)"columns"); in f_term_dumpwrite()
/vim-8.2.3635/src/proto/
H A Ddict.pro32 varnumber_T dict_get_number(dict_T *d, char_u *key);