Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro21 buf_T *buflist_new(char_u *ffname_arg, char_u *sfname_arg, linenr_T lnum, int flags);
36 int setfname(buf_T *buf, char_u *ffname_arg, char_u *sfname_arg, int message);
H A Dex_cmds.pro23 int getfile(int fnum, char_u *ffname_arg, char_u *sfname_arg, int setpm, linenr_T lnum, int forceit…
/vim-8.2.3635/src/
H A Dbuffer.c1967 char_u *ffname_arg, // full path of fname or relative in buflist_new() argument
1972 char_u *ffname = ffname_arg; in buflist_new()
3319 char_u *ffname_arg, in setfname() argument
3323 char_u *ffname = ffname_arg; in setfname()
H A Dex_cmds.c2383 char_u *ffname_arg, in getfile() argument
2389 char_u *ffname = ffname_arg; in getfile()