Searched refs:list2fpos (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | eval.pro | 61 int list2fpos(typval_T *arg, pos_T *posp, int *fnump, colnr_T *curswantp, int charcol);
|
| /vim-8.2.3635/src/ |
| H A D | tag.c | 4234 if (list2fpos(&di->di_tv, &mark, &fnum, NULL, FALSE) != OK) in tagstack_push_items()
|
| H A D | evalfunc.c | 3044 if (list2fpos(argvars, &pos, NULL, &curswant, charcol) == FAIL) in set_cursorpos() 8739 if (list2fpos(&argvars[1], &pos, &fnum, &curswant, charpos) == OK) in set_position()
|
| H A D | eval.c | 5373 list2fpos( in list2fpos() function
|