Searched refs:lnump (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | beval.c | 28 linenr_T *lnump, // can be NULL in find_word_under_cursor() argument 118 if (lnump != NULL) in find_word_under_cursor() 119 *lnump = lnum; in find_word_under_cursor() 146 linenr_T *lnump, in get_beval_info() argument 162 winp, lnump, textp, colp, NULL) == OK) in get_beval_info()
|
| H A D | cindent.c | 457 cin_ispreproc_cont(char_u **pp, linenr_T *lnump, int *amount) in cin_ispreproc_cont() argument 460 linenr_T lnum = *lnump; in cin_ispreproc_cont() 472 *lnump = lnum; in cin_ispreproc_cont() 482 if (lnum != *lnump) in cin_ispreproc_cont() 483 *pp = ml_get(*lnump); in cin_ispreproc_cont()
|
| H A D | mouse.c | 2861 linenr_T *lnump, in mouse_comp_pos() argument 2951 *lnump = lnum; in mouse_comp_pos()
|
| H A D | ex_docmd.c | 8879 linenr_T *lnump, // line number for :e command, or NULL in eval_vars() argument 9026 if (lnump != NULL) in eval_vars() 9027 *lnump = ECMD_LAST; in eval_vars()
|
| /vim-8.2.3635/src/proto/ |
| H A D | beval.pro | 2 …t mouserow, int mousecol, int getword, int flags, win_T **winp, linenr_T *lnump, char_u **textp, i… 3 int get_beval_info(BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, …
|
| H A D | mouse.pro | 18 int mouse_comp_pos(win_T *win, int *rowp, int *colp, linenr_T *lnump, int *plines_cache);
|
| H A D | ex_docmd.pro | 63 char_u *eval_vars(char_u *src, char_u *srcstart, int *usedlen, linenr_T *lnump, char **errormsg, in…
|