Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c489 char_u *fbuf = NULL; in cs_add_common() local
497 fbuf = (char_u *)fname; in cs_add_common()
499 (char_u **)&fname, &fbuf, &len); in cs_add_common()
503 vim_free(fbuf); in cs_add_common()
H A Dfilepath.c1037 char_u *fbuf = NULL; in f_fnamemodify() local
1053 (void)modify_fname(mods, FALSE, &usedlen, &fname, &fbuf, &len); in f_fnamemodify()
1061 vim_free(fbuf); in f_fnamemodify()
2628 char_u *fbuf = NULL; in home_replace() local
2632 &homedir_env, &fbuf, &flen); in home_replace()