Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dusercmd.pro17 void uc_clear(garray_T *gap);
/vim-8.2.3635/src/
H A Dusercmd.c1135 uc_clear(&ucmds); in ex_comclear()
1137 uc_clear(&curbuf->b_ucmds); in ex_comclear()
1144 uc_clear(garray_T *gap) in uc_clear() function
H A Dbuffer.c999 uc_clear(&buf->b_ucmds); // clear local user commands in free_buffer_stuff()