Searched refs:buf_ffname (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dtag.pro5 int find_tags __ARGS((char_u *pat, int *num_matches, char_u ***matchesp, int flags, int mincount, char_u *buf_ffname));
H A Dundo.pro10 char_u *u_get_undo_file_name __ARGS((char_u *buf_ffname, int reading));
/macosx-10.10.1/vim-55/src/
H A Dtag.c165 char_u *buf_ffname = curbuf->b_ffname; /* name to use for local
485 buf_ffname = buf->b_ffname;
546 max_num_matches, buf_ffname) == OK
1263 find_tags(pat, num_matches, matchesp, flags, mincount, buf_ffname)
1270 char_u *buf_ffname; /* name of buffer for priority */
2141 buf_ffname);
3635 * Check if we have a tag for the buffer with name "buf_ffname".
3642 test_for_current(is_etag, fname, fname_end, tag_fname, buf_ffname)
3645 test_for_current(fname, fname_end, tag_fname, buf_ffname)
3650 char_u *buf_ffname;
[all...]
H A Dundo.c742 u_get_undo_file_name(buf_ffname, reading)
743 char_u *buf_ffname;
753 char_u *ffname = buf_ffname;
H A Dfileio.c3320 int buf_ffname = FALSE; local
3334 buf_ffname = TRUE;
3482 if (buf_ffname)

Completed in 171 milliseconds