Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c45 static buffheader_T recordbuff = {{NULL, {NUL}}, NULL, 0, 0}; variable
156 p = get_buffcont(&recordbuff, TRUE); in get_recorded()
157 free_buff(&recordbuff); in get_recorded()
1290 add_buff(&recordbuff, buf, (long)buflen); in gotchars()