Lines Matching refs:buf_T

3 void buffer_ensure_loaded(buf_T *buf);
5 void set_bufref(bufref_T *bufref, buf_T *buf);
7 int buf_valid(buf_T *buf);
8 int close_buffer(win_T *win, buf_T *buf, int action, int abort_if_last, int ignore_abort);
9 void buf_clear_file(buf_T *buf);
10 void buf_freeall(buf_T *buf, int flags);
16 void set_curbuf(buf_T *buf, int action);
19 void no_write_message_nobang(buf_T *buf);
21 buf_T *buflist_new(char_u *ffname_arg, char_u *sfname_arg, linenr_T lnum, int flags);
22 void free_buf_options(buf_T *buf, int free_p_ff);
24 buf_T *buflist_findname_exp(char_u *fname);
25 buf_T *buflist_findname(char_u *ffname);
28 buf_T *buflist_findnr(int nr);
30 void buflist_setfpos(buf_T *buf, win_T *win, linenr_T lnum, colnr_T col, int copy_options);
31 void get_winopts(buf_T *buf);
32 pos_T *buflist_findfpos(buf_T *buf);
33 linenr_T buflist_findlnum(buf_T *buf);
36 int setfname(buf_T *buf, char_u *ffname_arg, char_u *sfname_arg, int message);
38 void buf_name_changed(buf_T *buf);
39 buf_T *setaltfname(char_u *ffname, char_u *sfname, linenr_T lnum);
45 void buf_setino(buf_T *buf);
54 void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname);
57 int bt_normal(buf_T *buf);
58 int bt_quickfix(buf_T *buf);
59 int bt_terminal(buf_T *buf);
60 int bt_help(buf_T *buf);
61 int bt_prompt(buf_T *buf);
62 int bt_popup(buf_T *buf);
63 int bt_nofilename(buf_T *buf);
64 int bt_nofile(buf_T *buf);
65 int bt_dontwrite(buf_T *buf);
66 int bt_dontwrite_msg(buf_T *buf);
67 int buf_hide(buf_T *buf);
68 char_u *buf_spname(buf_T *buf);
69 char_u *buf_get_fname(buf_T *buf);
71 int buf_contents_changed(buf_T *buf);
72 void wipe_buffer(buf_T *buf, int aucmd);