Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Duserfunc.pro10 char_u *fname_trans_sid(char_u *name, char_u *fname_buf, char_u **tofree, int *error);
/vim-8.2.3635/src/
H A Duserfunc.c1799 fname_trans_sid(char_u *name, char_u *fname_buf, char_u **tofree, int *error) in fname_trans_sid() function
3256 fname = fname_trans_sid(name, fname_buf, &tofree, &error); in call_func()
5319 fname = fname_trans_sid(fname, fname_buf, &tofree, &error); in make_partial()
5738 fname = fname_trans_sid(name, fname_buf, &tofree, &error); in set_ref_in_func()
H A Dvim9execute.c1046 fname = fname_trans_sid(name, fname_buf, &tofree, &error); in call_partial()
H A Dvim9compile.c3480 name = fname_trans_sid(namebuf, fname_buf, &tofree, &error); in compile_call()