Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c986 char_u small_buf[100]; in fwrite_crypt() local
993 copy = small_buf; // no malloc()/free() for short strings in fwrite_crypt()
1004 if (copy != small_buf) in fwrite_crypt()