comparison src/proto/buffer.pro @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents f529edb9bab3
children e1a8191c6768
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
12 void enter_buffer __ARGS((buf_T *buf)); 12 void enter_buffer __ARGS((buf_T *buf));
13 buf_T *buflist_new __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum, int flags)); 13 buf_T *buflist_new __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum, int flags));
14 void free_buf_options __ARGS((buf_T *buf, int free_p_ff)); 14 void free_buf_options __ARGS((buf_T *buf, int free_p_ff));
15 int buflist_getfile __ARGS((int n, linenr_T lnum, int options, int forceit)); 15 int buflist_getfile __ARGS((int n, linenr_T lnum, int options, int forceit));
16 void buflist_getfpos __ARGS((void)); 16 void buflist_getfpos __ARGS((void));
17 buf_T *buflist_findname_exp __ARGS((char_u *fname));
17 buf_T *buflist_findname __ARGS((char_u *ffname)); 18 buf_T *buflist_findname __ARGS((char_u *ffname));
18 int buflist_findpat __ARGS((char_u *pattern, char_u *pattern_end, int unlisted, int diffmode)); 19 int buflist_findpat __ARGS((char_u *pattern, char_u *pattern_end, int unlisted, int diffmode));
19 int ExpandBufnames __ARGS((char_u *pat, int *num_file, char_u ***file, int options)); 20 int ExpandBufnames __ARGS((char_u *pat, int *num_file, char_u ***file, int options));
20 buf_T *buflist_findnr __ARGS((int nr)); 21 buf_T *buflist_findnr __ARGS((int nr));
21 char_u *buflist_nr2name __ARGS((int n, int fullname, int helptail)); 22 char_u *buflist_nr2name __ARGS((int n, int fullname, int helptail));
22 void get_winopts __ARGS((buf_T *buf)); 23 void get_winopts __ARGS((buf_T *buf));
23 pos_T *buflist_findfpos __ARGS((buf_T *buf)); 24 pos_T *buflist_findfpos __ARGS((buf_T *buf));
24 linenr_T buflist_findlnum __ARGS((buf_T *buf)); 25 linenr_T buflist_findlnum __ARGS((buf_T *buf));
25 void buflist_list __ARGS((exarg_T *eap)); 26 void buflist_list __ARGS((exarg_T *eap));
26 int buflist_name_nr __ARGS((int fnum, char_u **fname, linenr_T *lnum)); 27 int buflist_name_nr __ARGS((int fnum, char_u **fname, linenr_T *lnum));
27 int setfname __ARGS((buf_T *buf, char_u *ffname, char_u *sfname, int message)); 28 int setfname __ARGS((buf_T *buf, char_u *ffname, char_u *sfname, int exist_msg));
28 void buf_set_name __ARGS((int fnum, char_u *name)); 29 void buf_set_name __ARGS((int fnum, char_u *name));
29 void buf_name_changed __ARGS((buf_T *buf)); 30 void buf_name_changed __ARGS((buf_T *buf));
30 buf_T *setaltfname __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum)); 31 buf_T *setaltfname __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum));
31 char_u *getaltfname __ARGS((int errmsg)); 32 char_u *getaltfname __ARGS((int errmsg));
32 int buflist_add __ARGS((char_u *fname, int flags)); 33 int buflist_add __ARGS((char_u *fname, int flags));