Searched refs:fnump (Results 1 – 2 of 2) sorted by relevance
61 int list2fpos(typval_T *arg, pos_T *posp, int *fnump, colnr_T *curswantp, int charcol);
5376 int *fnump, in list2fpos() argument5388 || 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()