Home
last modified time | relevance | path

Searched refs:fnump (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Deval.pro61 int list2fpos(typval_T *arg, pos_T *posp, int *fnump, colnr_T *curswantp, int charcol);
/vim-8.2.3635/src/
H A Deval.c5376 int *fnump, in list2fpos() argument
5388 || l->lv_len < (fnump == NULL ? 2 : 3) in list2fpos()
5389 || l->lv_len > (fnump == NULL ? 4 : 5)) in list2fpos()
5392 if (fnump != NULL) in list2fpos()
5399 *fnump = n; in list2fpos()
5416 buf = buflist_findnr(fnump == NULL ? curbuf->b_fnum : *fnump); in list2fpos()