comparison src/proto/window.pro @ 667:9090f866cd57 v7.0197

updated for version 7.0197
author vimboss
date Tue, 14 Feb 2006 22:29:30 +0000
parents 0f2b5d1b8117
children f892bda292a8
comparison
equal deleted inserted replaced
666:0137e7c3d31b 667:9090f866cd57
5 int win_count __ARGS((void)); 5 int win_count __ARGS((void));
6 int make_windows __ARGS((int count, int vertical)); 6 int make_windows __ARGS((int count, int vertical));
7 void win_move_after __ARGS((win_T *win1, win_T *win2)); 7 void win_move_after __ARGS((win_T *win1, win_T *win2));
8 void win_equal __ARGS((win_T *next_curwin, int current, int dir)); 8 void win_equal __ARGS((win_T *next_curwin, int current, int dir));
9 void close_windows __ARGS((buf_T *buf)); 9 void close_windows __ARGS((buf_T *buf));
10 int last_window __ARGS((void));
10 void win_close __ARGS((win_T *win, int free_buf)); 11 void win_close __ARGS((win_T *win, int free_buf));
11 void win_free_all __ARGS((void)); 12 void win_free_all __ARGS((void));
12 void close_others __ARGS((int message, int forceit)); 13 void close_others __ARGS((int message, int forceit));
13 void win_init __ARGS((win_T *wp)); 14 void win_init __ARGS((win_T *wp));
14 void win_alloc_first __ARGS((void)); 15 int win_alloc_first __ARGS((void));
16 void win_init_size __ARGS((void));
17 int win_new_tabpage __ARGS((void));
18 void goto_tabpage __ARGS((int n));
15 void win_goto __ARGS((win_T *wp)); 19 void win_goto __ARGS((win_T *wp));
16 win_T *win_find_nr __ARGS((int winnr)); 20 win_T *win_find_nr __ARGS((int winnr));
17 void win_enter __ARGS((win_T *wp, int undo_sync)); 21 void win_enter __ARGS((win_T *wp, int undo_sync));
18 win_T *buf_jump_open_win __ARGS((buf_T *buf)); 22 win_T *buf_jump_open_win __ARGS((buf_T *buf));
19 int win_alloc_lines __ARGS((win_T *wp)); 23 int win_alloc_lines __ARGS((win_T *wp));
30 void win_drag_status_line __ARGS((win_T *dragwin, int offset)); 34 void win_drag_status_line __ARGS((win_T *dragwin, int offset));
31 void win_drag_vsep_line __ARGS((win_T *dragwin, int offset)); 35 void win_drag_vsep_line __ARGS((win_T *dragwin, int offset));
32 void win_comp_scroll __ARGS((win_T *wp)); 36 void win_comp_scroll __ARGS((win_T *wp));
33 void command_height __ARGS((long old_p_ch)); 37 void command_height __ARGS((long old_p_ch));
34 void last_status __ARGS((int morewin)); 38 void last_status __ARGS((int morewin));
39 int tabpageline_height __ARGS((void));
35 char_u *grab_file_name __ARGS((long count)); 40 char_u *grab_file_name __ARGS((long count));
36 char_u *file_name_at_cursor __ARGS((int options, long count)); 41 char_u *file_name_at_cursor __ARGS((int options, long count));
37 char_u *file_name_in_line __ARGS((char_u *line, int col, int options, long count, char_u *rel_fname)); 42 char_u *file_name_in_line __ARGS((char_u *line, int col, int options, long count, char_u *rel_fname));
38 char_u *find_file_name_in_path __ARGS((char_u *ptr, int len, int options, long count, char_u *rel_fname)); 43 char_u *find_file_name_in_path __ARGS((char_u *ptr, int len, int options, long count, char_u *rel_fname));
39 int path_with_url __ARGS((char_u *fname)); 44 int path_with_url __ARGS((char_u *fname));