Lines Matching refs:list_append_number
4337 list_append_number(rettv->vval.v_list, in f_getchangelist()
4393 list_append_number(l, (varnumber_T)fnum); in getpos_both()
4395 list_append_number(l, (varnumber_T)0); in getpos_both()
4396 list_append_number(l, (fp != NULL) ? (varnumber_T)fp->lnum in getpos_both()
4398 list_append_number(l, (fp != NULL) in getpos_both()
4401 list_append_number(l, (fp != NULL) ? (varnumber_T)fp->coladd : in getpos_both()
4411 list_append_number(l, wp == NULL ? 0 : wp->w_curswant == MAXCOL in getpos_both()
4558 list_append_number(rettv->vval.v_list, (varnumber_T)wp->w_jumplistidx); in f_getjumplist()
6884 || list_append_number(rettv->vval.v_list, in find_some_match()
6886 || list_append_number(rettv->vval.v_list, in find_some_match()
6888 || list_append_number(rettv->vval.v_list, in find_some_match()
7691 list_append_number(rettv->vval.v_list, (varnumber_T)SPLITMIX32(x, z)); in f_srand()
7692 list_append_number(rettv->vval.v_list, (varnumber_T)SPLITMIX32(x, z)); in f_srand()
7693 list_append_number(rettv->vval.v_list, (varnumber_T)SPLITMIX32(x, z)); in f_srand()
7694 list_append_number(rettv->vval.v_list, (varnumber_T)SPLITMIX32(x, z)); in f_srand()
7770 if (list_append_number(list, (varnumber_T)i) == FAIL) in range_list_materialize()
8269 list_append_number(rettv->vval.v_list, (varnumber_T)c); in f_screenchars()
8274 list_append_number(rettv->vval.v_list, in f_screenchars()
8506 list_append_number(rettv->vval.v_list, (varnumber_T)lnum); in f_searchpairpos()
8507 list_append_number(rettv->vval.v_list, (varnumber_T)col); in f_searchpairpos()
8710 list_append_number(rettv->vval.v_list, (varnumber_T)lnum); in f_searchpos()
8711 list_append_number(rettv->vval.v_list, (varnumber_T)col); in f_searchpos()
8713 list_append_number(rettv->vval.v_list, (varnumber_T)n); in f_searchpos()
9822 list_append_number(rettv->vval.v_list, in f_synconcealed()
9826 list_append_number(rettv->vval.v_list, matchid); in f_synconcealed()
9865 if (list_append_number(rettv->vval.v_list, id) == FAIL) in f_synstack()
9895 if (list_append_number(rettv->vval.v_list, in f_tabpagebuflist()