Home
last modified time | relevance | path

Searched refs:lnump (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dbeval.c28 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 Dcindent.c457 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 Dmouse.c2861 linenr_T *lnump, in mouse_comp_pos() argument
2951 *lnump = lnum; in mouse_comp_pos()
H A Dex_docmd.c8879 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 Dbeval.pro2 …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 Dmouse.pro18 int mouse_comp_pos(win_T *win, int *rowp, int *colp, linenr_T *lnump, int *plines_cache);
H A Dex_docmd.pro63 char_u *eval_vars(char_u *src, char_u *srcstart, int *usedlen, linenr_T *lnump, char **errormsg, in…