Home
last modified time | relevance | path

Searched refs:list_append_number (Results 1 – 15 of 15) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Devalwindow.c68 list_append_number(list, tabnr); in win_id2tabwin()
69 list_append_number(list, winnr); in win_id2tabwin()
77 list_append_number(list, 0); in win_id2tabwin()
78 list_append_number(list, 0); in win_id2tabwin()
153 list_append_number(list, wp->w_id); in win_findbuf()
290 list_append_number(fr_list, fr->fr_win->w_id); in get_framelayout()
449 list_append_number(l, (varnumber_T)wp->w_id); in get_tabpage_info()
585 list_append_number(rettv->vval.v_list, (varnumber_T)x); in f_getwinpos()
586 list_append_number(rettv->vval.v_list, (varnumber_T)y); in f_getwinpos()
822 list_append_number(rettv->vval.v_list, wp == NULL ? 0 : wp->w_winrow + 1); in f_win_screenpos()
[all …]
H A Devalbuffer.c622 list_append_number(windows, (varnumber_T)wp->w_id); in get_buffer_info()
633 list_append_number(windows, (varnumber_T)wp->w_id); in get_buffer_info()
637 list_append_number(windows, (varnumber_T)wp->w_id); in get_buffer_info()
H A Devalfunc.c4336 list_append_number(rettv->vval.v_list, in f_getchangelist()
4392 list_append_number(l, (varnumber_T)fnum); in getpos_both()
4394 list_append_number(l, (varnumber_T)0); in getpos_both()
4397 list_append_number(l, (fp != NULL) in getpos_both()
6877 || list_append_number(rettv->vval.v_list, in find_some_match()
6879 || list_append_number(rettv->vval.v_list, in find_some_match()
6881 || list_append_number(rettv->vval.v_list, in find_some_match()
8267 list_append_number(rettv->vval.v_list, in f_screenchars()
9815 list_append_number(rettv->vval.v_list, in f_synconcealed()
9819 list_append_number(rettv->vval.v_list, matchid); in f_synconcealed()
[all …]
H A Dmark.c1431 list_append_number(lpos, bufnr); in add_mark()
1432 list_append_number(lpos, pos->lnum); in add_mark()
1433 list_append_number(lpos, pos->col + 1); in add_mark()
1434 list_append_number(lpos, pos->coladd); in add_mark()
H A Dpopupwin.c2913 list_append_number(rettv->vval.v_list, wp->w_id); in f_popup_list()
2916 list_append_number(rettv->vval.v_list, wp->w_id); in f_popup_list()
2959 list_append_number(list, array[i]); in get_padding_border()
3028 list_append_number(list, wp->w_popup_lnum); in get_moved_list()
3029 list_append_number(list, wp->w_popup_mincol); in get_moved_list()
3030 list_append_number(list, wp->w_popup_maxcol); in get_moved_list()
3036 list_append_number(list, wp->w_popup_mouse_row); in get_moved_list()
3037 list_append_number(list, wp->w_popup_mouse_mincol); in get_moved_list()
3038 list_append_number(list, wp->w_popup_mouse_maxcol); in get_moved_list()
H A Dmatch.c1019 list_append_number(l, (varnumber_T)llpos->lnum); in f_getmatches()
1022 list_append_number(l, (varnumber_T)llpos->col); in f_getmatches()
1023 list_append_number(l, (varnumber_T)llpos->len); in f_getmatches()
H A Dtime.c218 list_append_number(rettv->vval.v_list, (varnumber_T)n1); in f_reltime()
219 list_append_number(rettv->vval.v_list, (varnumber_T)n2); in f_reltime()
H A Dsign.c2287 list_append_number(retlist, retval); in sign_define_multiple()
2654 list_append_number(rettv->vval.v_list, sign_id); in f_sign_placelist()
2674 list_append_number(retlist, retval); in sign_undefine_multiple()
2883 list_append_number(rettv->vval.v_list, retval); in f_sign_unplacelist()
H A Dblob.c505 list_append_number(l, blob_get(blob, i)); in f_blob2list()
H A Dtag.c4159 list_append_number(pos, in get_tag_details()
4161 list_append_number(pos, (varnumber_T)fmark->mark.lnum); in get_tag_details()
4162 list_append_number(pos, (varnumber_T)(fmark->mark.col == MAXCOL ? in get_tag_details()
4164 list_append_number(pos, (varnumber_T)fmark->mark.coladd); in get_tag_details()
H A Dlist.c701 list_append_number(list_T *l, varnumber_T n) in list_append_number() function
779 list_append_number(l, 0); in check_range_index_one()
901 if (list_append_number(dest, 0) == FAIL) in list_assign_range()
H A Dstrings.c959 list_append_number(rettv->vval.v_list, (*ptr2char)(p)); in f_str2list()
963 list_append_number(rettv->vval.v_list, *p); in f_str2list()
H A Dterminal.c5775 list_append_number(l, term->tl_cursor_pos.row + 1); in f_term_getcursor()
5776 list_append_number(l, term->tl_cursor_pos.col + 1); in f_term_getcursor()
5916 list_append_number(l, buf->b_term->tl_rows); in f_term_getsize()
5917 list_append_number(l, buf->b_term->tl_cols); in f_term_getsize()
6062 if (list_append_number(l, in f_term_list()
H A Dsearch.c4699 if (list_append_number(ptrs[i].lmatchpos, in fuzzy_match_in_list()
4776 if (list_append_number(l, ptrs[i].score) == FAIL) in fuzzy_match_in_list()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dlist.pro30 int list_append_number(list_T *l, varnumber_T n);