Home
last modified time | relevance | path

Searched refs:sfname (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dbufwrite.c630 char_u *sfname, in buf_write() argument
759 sfname = fname; in buf_write()
766 fname = sfname; in buf_write()
815 sfname, sfname, FALSE, curbuf, eap))) in buf_write()
823 sfname, sfname, FALSE, curbuf, eap); in buf_write()
836 sfname, sfname, FALSE, curbuf, eap); in buf_write()
856 sfname, sfname, FALSE, curbuf, eap); in buf_write()
862 sfname, sfname, FALSE, curbuf, eap))) in buf_write()
870 sfname, sfname, FALSE, curbuf, eap); in buf_write()
1020 sfname, in buf_write()
[all …]
H A Dautocmd.c2059 vim_free(sfname); in apply_autocmds_group()
2069 if (sfname != NULL) in apply_autocmds_group()
2070 forward_slash(sfname); in apply_autocmds_group()
2076 if (sfname != NULL) in apply_autocmds_group()
2077 vms_remove_version(sfname); in apply_autocmds_group()
2138 patcmd.sfname = sfname; in apply_autocmds_group()
2215 vim_free(sfname); in apply_autocmds_group()
2469 sfname = vim_strsave(sfname); in has_autocmd()
2470 if (sfname != NULL) in has_autocmd()
2471 forward_slash(sfname); in has_autocmd()
[all …]
H A Dfileio.c121 char_u *sfname, in readfile() argument
266 if (sfname == NULL) in readfile()
267 sfname = fname; in readfile()
269 fname = sfname; in readfile()
304 else if (apply_autocmds_exarg(EVENT_FILEREADCMD, sfname, sfname, in readfile()
535 filemess(curbuf, sfname, in readfile()
538 filemess(curbuf, sfname, in readfile()
548 apply_autocmds_exarg(EVENT_BUFNEWFILE, sfname, sfname, in readfile()
695 apply_autocmds_exarg(EVENT_FILEREADPRE, sfname, sfname, in readfile()
2646 apply_autocmds_exarg(EVENT_FILEREADPOST, sfname, sfname, in readfile()
[all …]
H A Dbuffer.c1973 char_u *sfname = sfname_arg; in buflist_new() local
1990 if (sfname == NULL || mch_stat((char *)sfname, &st) < 0) in buflist_new()
2084 buf->b_sfname = vim_strsave(sfname); in buflist_new()
3324 char_u *sfname = sfname_arg; in setfname() local
3385 sfname = vim_strsave(sfname); in setfname()
3388 vim_free(sfname); in setfname()
3399 buf->b_sfname = sfname; in setfname()
3480 char_u *sfname, in setaltfname() argument
5175 char_u **sfname) in fname_expand() argument
5180 *sfname = *ffname; in fname_expand()
[all …]
H A Dex_cmds.c1755 char_u *fname, *sfname, *xfname; in rename_buffer() local
1775 sfname = curbuf->b_sfname; in rename_buffer()
1782 curbuf->b_sfname = sfname; in rename_buffer()
1793 vim_free(sfname); in rename_buffer()
2390 char_u *sfname = sfname_arg; in getfile() local
2403 fname_expand(curbuf, &ffname, &sfname); in getfile()
2487 char_u *sfname, in do_ecmd() argument
2566 if (sfname == NULL) in do_ecmd()
2567 sfname = ffname; in do_ecmd()
2569 if (sfname != NULL) in do_ecmd()
[all …]
H A Dviminfo.c331 char_u *sfname; in read_viminfo_bufferlist() local
361 sfname = shorten_fname1(NameBuff); in read_viminfo_bufferlist()
363 buf = buflist_new(NameBuff, sfname, (linenr_T)0, BLN_LISTED); in read_viminfo_bufferlist()
/vim-8.2.3635/src/proto/
H A Dfileio.pro3 int readfile(char_u *fname, char_u *sfname, linenr_T from, linenr_T lines_to_skip, linenr_T lines_t…
10 int set_rw_fname(char_u *fname, char_u *sfname);
39 int match_file_pat(char_u *pattern, regprog_T **prog, char_u *fname, char_u *sfname, char_u *tail, …
40 int match_file_list(char_u *list, char_u *sfname, char_u *ffname);
H A Dbuffer.pro39 buf_T *setaltfname(char_u *ffname, char_u *sfname, linenr_T lnum);
54 void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname);
H A Dbufwrite.pro3 int buf_write(buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap…
H A Dautocmd.pro33 int has_autocmd(event_T event, char_u *sfname, buf_T *buf);
H A Dex_cmds.pro24 int do_ecmd(int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, wi…