Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c35 static char_u *next_fenc(char_u **pp, int *alloced);
857 fenc = next_fenc(&fenc_next, &fenc_alloced); in readfile()
960 fenc = next_fenc(&fenc_next, &fenc_alloced); in readfile()
2774 next_fenc(char_u **pp, int *alloced) in next_fenc() function
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt37426 Solution: Have next_fenc() set the fenc_alloced flag. (closes #4804)