Lines Matching refs:dict_add_number
607 dict_add_number(dict, "col", prop->tp_col); in prop_fill_dict()
608 dict_add_number(dict, "length", prop->tp_len); in prop_fill_dict()
609 dict_add_number(dict, "id", prop->tp_id); in prop_fill_dict()
610 dict_add_number(dict, "start", !(prop->tp_flags & TP_FLAG_CONT_PREV)); in prop_fill_dict()
611 dict_add_number(dict, "end", !(prop->tp_flags & TP_FLAG_CONT_NEXT)); in prop_fill_dict()
623 dict_add_number(dict, "type_bufnr", buf->b_fnum); in prop_fill_dict()
625 dict_add_number(dict, "type_bufnr", 0); in prop_fill_dict()
876 dict_add_number(rettv->vval.v_dict, "lnum", lnum); in f_prop_find()
1311 dict_add_number(d, "priority", prop->pt_priority); in f_prop_type_get()
1312 dict_add_number(d, "combine", in f_prop_type_get()
1314 dict_add_number(d, "start_incl", in f_prop_type_get()
1316 dict_add_number(d, "end_incl", in f_prop_type_get()
1319 dict_add_number(d, "bufnr", buf->b_fnum); in f_prop_type_get()