Searched refs:n1_arg (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | list.pro | 41 int list_slice_or_index(list_T *list, int range, varnumber_T n1_arg, varnumber_T n2_arg, int exclus…
|
| H A D | evalvars.pro | 26 int list_unlet_range(list_T *l, listitem_T *li_first, char_u *name, long n1_arg, int has_n2, long n…
|
| /vim-8.2.3635/src/ |
| H A D | list.c | 1149 varnumber_T n1_arg, in list_slice_or_index() argument 1156 varnumber_T n1 = n1_arg; in list_slice_or_index() 1170 semsg(_(e_listidx), (long)n1_arg); in list_slice_or_index()
|
| H A D | evalvars.c | 1702 long n1_arg, in list_unlet_range() argument 1707 int n1 = n1_arg; in list_unlet_range() 1719 n1 = n1_arg; in list_unlet_range()
|