Searched refs:ffname (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dbuffer.pro14 buf_T *buflist_new __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum, int flags));
19 buf_T *buflist_findname __ARGS((char_u *ffname));
29 int setfname __ARGS((buf_T *buf, char_u *ffname, char_u *sfname, int message));
32 buf_T *setaltfname __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum));
37 int otherfile __ARGS((char_u *ffname));
47 void fname_expand __ARGS((buf_T *buf, char_u **ffname, char_u **sfname));
H A Dex_cmds.pro29 int getfile __ARGS((int fnum, char_u *ffname, char_u *sfname, int setpm, linenr_T lnum, int forceit));
30 int do_ecmd __ARGS((int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, win_T *oldwin));
H A Dmemline.pro30 char_u *makeswapname __ARGS((char_u *fname, char_u *ffname, buf_T *buf, char_u *dir_name));
H A Dfileio.pro55 int match_file_list __ARGS((char_u *list, char_u *sfname, char_u *ffname));
/macosx-10.10/vim-55/src/
H A Dbuffer.c38 static buf_T *buflist_findname_stat __ARGS((char_u *ffname, struct stat *st));
39 static int otherfile_buf __ARGS((buf_T *buf, char_u *ffname, struct stat *stp));
42 static int otherfile_buf __ARGS((buf_T *buf, char_u *ffname));
1516 buflist_new(ffname, sfname, lnum, flags)
1517 char_u *ffname; /* full path of fname or relative */
1527 fname_expand(curbuf, &ffname, &sfname); /* will allocate ffname */
1538 if (ffname != NULL && !(flags & BLN_DUMMY) && (buf =
1540 buflist_findname_stat(ffname, &st)
1542 buflist_findname(ffname)
1984 char_u *ffname; local
[all...]
H A Dex_cmds.c32 static int check_overwrite __ARGS((exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int other));
2536 char_u *ffname; local
2547 ffname = eap->arg;
2551 browse_file = do_browse(BROWSE_SAVE, (char_u *)_("Save As"), ffname,
2555 ffname = browse_file;
2558 if (*ffname == NUL)
2569 fname = ffname;
2570 free_fname = fix_fname(ffname);
2576 ffname = free_fname;
2577 other = otherfile(ffname);
2768 EMSG2(_(e_isadir2), ffname); local
[all...]
H A Dworkshop.c1072 static char ffname[MAXPATHLEN]; local
1082 ffname[0] = NUL;
1085 strcpy(ffname, (char *) curbuf->b_ffname);
1086 *filename = ffname;
H A Dundo.c753 char_u *ffname = buf_ffname; local
758 if (ffname == NULL)
764 if (resolve_symlink(ffname, fname_buf) == OK)
765 ffname = fname_buf;
776 /* Use same directory as the ffname,
778 undo_file_name = vim_strnsave(ffname, (int)(STRLEN(ffname) + 5));
793 munged_name = vim_strsave(ffname);
H A Dmisc2.c3216 char_u ffname[MAXPATHL]; local
3224 (void)vim_FullName(f1, ffname, MAXPATHL, FALSE);
3225 t1 = gettail_sep(ffname);
3227 return (t1 - ffname == t2 - f2
3228 && pathcmp((char *)ffname, (char *)f2, (int)(t1 - ffname)) == 0);
H A Dfileio.c3165 char_u *ffname; local
3294 ffname = fname; /* remember full fname */
3299 if (buf->b_ffname != NULL && fnamecmp(ffname, buf->b_ffname) == 0)
3333 if (ffname == buf->b_ffname)
3480 * be kept in fname, ffname and sfname.
3483 ffname = buf->b_ffname;
3682 if (dobackup && *p_bsk != NUL && match_file_list(p_bsk, sfname, ffname))
5029 workshop_file_saved((char *) ffname);
10053 * "sfname" is the short file name or NULL, "ffname" the long file name.
10056 match_file_list(list, sfname, ffname)
[all...]
H A Dmemline.c3927 makeswapname(fname, ffname, buf, dir_name)
3929 char_u *ffname UNUSED;
3968 ffname,
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.y3761 String *ffname = 0;
3784 ffname = SwigType_templateprefix(fname);
3785 Append(ffname,"<(");
3789 Append(ffname,ttr);
3791 if (tt.item) Putc(',',ffname);
3796 Append(ffname,")>");
3806 Append(partials,ffname);
3808 Setattr($$,"partialargs",ffname);
3809 Swig_symbol_cadd(ffname,$$);
H A Dparser.c6967 String *ffname = 0;
6990 ffname = SwigType_templateprefix(fname);
6991 Append(ffname,"<(");
6995 Append(ffname,ttr);
6997 if (tt.item) Putc(',',ffname);
7002 Append(ffname,")>");
7012 Append(partials,ffname);
7014 Setattr((yyval.node),"partialargs",ffname);
7015 Swig_symbol_cadd(ffname,(yyval.node));
6964 String *ffname = 0; local

Completed in 291 milliseconds