Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_getln.c48 static void alloc_cmdbuff(int len);
1466 alloc_cmdbuff(len); in cmdline_browse_history()
1478 alloc_cmdbuff((int)STRLEN(p)); in cmdline_browse_history()
1516 alloc_cmdbuff(exmode_active ? 250 : indent + 1); in init_ccline()
3192 alloc_cmdbuff(int len) in alloc_cmdbuff() function
3219 alloc_cmdbuff(len); // will get some more in realloc_cmdbuff()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt1632 alloc_cmdbuff() to store the ":quit" command.