Home
last modified time | relevance | path

Searched refs:lv_stride (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dlist.c503 return l->lv_u.nonmat.lv_start + n * l->lv_u.nonmat.lv_stride; in list_find_nr()
2504 int stride = l->lv_u.nonmat.lv_stride; in filter_map()
3152 + (l->lv_len - 1) * l->lv_u.nonmat.lv_stride; in f_reverse()
3156 l->lv_u.nonmat.lv_stride = -l->lv_u.nonmat.lv_stride; in f_reverse()
H A Devalfunc.c7149 if ((l->lv_u.nonmat.lv_stride > 0) ^ domax) in max_min()
7153 * l->lv_u.nonmat.lv_stride; in max_min()
7748 list->lv_u.nonmat.lv_stride = stride; in f_range()
7762 int stride = list->lv_u.nonmat.lv_stride; in range_list_materialize()
H A Dstructs.h1500 int lv_stride; member