Home
last modified time | relevance | path

Searched refs:get_highest_fnum (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dbuffer.pro2 int get_highest_fnum(void);
/vim-8.2.3635/src/
H A Dbuffer.c80 get_highest_fnum(void) in get_highest_fnum() function
H A Dex_docmd.c4557 if (eap->line1 < 1 || eap->line2 > get_highest_fnum()) in invalid_range()