Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c12 static void cmd_with_count(char *cmd, char_u *bufp, size_t bufsize, long Prenum);
236 cmd_with_count("quit", cbuf, sizeof(cbuf), Prenum); in do_window()
244 cmd_with_count("close", cbuf, sizeof(cbuf), Prenum); in do_window()
274 cmd_with_count("only", cbuf, sizeof(cbuf), Prenum); in do_window()
756 cmd_with_count( in cmd_with_count() function