Lines Matching refs:sfname
232 char_u *sfname; // sfname to match with member
1867 char_u *sfname = NULL; // short file name in apply_autocmds_group() local
2018 sfname = vim_strsave(buf->b_sfname); in apply_autocmds_group()
2028 sfname = vim_strsave(fname); in apply_autocmds_group()
2059 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()
2346 apc->sfname, apc->tail, ap->allow_dirs)) in auto_next_pat()
2453 has_autocmd(event_T event, char_u *sfname, buf_T *buf) in has_autocmd() argument
2457 char_u *tail = gettail(sfname); in has_autocmd()
2460 fname = FullName_save(sfname, FALSE); in has_autocmd()
2469 sfname = vim_strsave(sfname); in has_autocmd()
2470 if (sfname != NULL) in has_autocmd()
2471 forward_slash(sfname); in has_autocmd()
2479 fname, sfname, tail, ap->allow_dirs) in has_autocmd()
2489 vim_free(sfname); in has_autocmd()