| /vim-8.2.3635/src/ |
| H A D | evalwindow.c | 914 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 D | textprop.c | 346 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 D | map.c | 2386 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 D | change.c | 177 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 D | popupwin.c | 479 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 D | match.c | 1139 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 D | insexpand.c | 2372 && 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 D | quickfix.c | 7165 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 D | time.c | 848 repeat = dict_get_number(dict, (char_u *)"repeat"); in f_timer_start()
|
| H A D | dict.c | 687 dict_get_number(dict_T *d, char_u *key) in dict_get_number() function
|
| H A D | tag.c | 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()
|
| H A D | sign.c | 2699 sign_id = dict_get_number(dict, (char_u *)"id"); in sign_unplace_from_dict()
|
| H A D | terminal.c | 4806 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 D | dict.pro | 32 varnumber_T dict_get_number(dict_T *d, char_u *key);
|