Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro54 void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname);
/vim-8.2.3635/src/
H A Dbuffer.c1982 fname_expand(curbuf, &ffname, &sfname); // will allocate ffname in buflist_new()
3344 fname_expand(buf, &ffname, &sfname); // will allocate ffname in setfname()
3438 fname_expand(buf, &buf->b_ffname, &buf->b_sfname); in buf_set_name()
5172 fname_expand( in fname_expand() function
H A Dex_cmds.c2403 fname_expand(curbuf, &ffname, &sfname); in getfile()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt2846 editing it in another way would. Use fname_expand() in buf_set_name() instead
H A Dversion8.txt28718 Problem: Pointer ownership around fname_expand() is unclear.