Home
last modified time | relevance | path

Searched defs:Prenum (Results 1 – 4 of 4) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dwindow.c119 long Prenum, in do_window()
760 long Prenum) in cmd_with_count()
1617 win_exchange(long Prenum) in win_exchange()
H A Dmove.c2690 halfpage(int flag, linenr_T Prenum) in halfpage()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.c80 void do_window(int nchar, long Prenum, int xchar) in do_window()
570 static void cmd_with_count(char *cmd, char_u *bufp, size_t bufsize, int64_t Prenum) in cmd_with_count()
1651 static void win_exchange(long Prenum) in win_exchange()
H A Dmove.c2110 void halfpage(bool flag, linenr_T Prenum) in halfpage()