home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / amiga / vim46src.lha / vim-4.6 / src / proto / window.pro < prev   
Encoding:
Text File  |  1997-03-12  |  1.1 KB  |  27 lines

  1. /* window.c */
  2. void do_window __PARMS((int nchar, long Prenum));
  3. int win_split __PARMS((int new_height, int redraw));
  4. int win_valid __PARMS((WIN *win));
  5. int win_count __PARMS((void));
  6. int make_windows __PARMS((int count));
  7. void win_equal __PARMS((WIN *next_curwin, int redraw));
  8. void close_windows __PARMS((BUF *buf));
  9. void close_window __PARMS((WIN *win, int free_buf));
  10. void close_others __PARMS((int message));
  11. void win_init __PARMS((WIN *wp));
  12. void win_enter __PARMS((WIN *wp, int undo_sync));
  13. WIN *win_alloc __PARMS((WIN *after));
  14. void win_free __PARMS((WIN *wp));
  15. int win_alloc_lsize __PARMS((WIN *wp));
  16. void win_free_lsize __PARMS((WIN *wp));
  17. void screen_new_rows __PARMS((void));
  18. void win_setheight __PARMS((int height));
  19. void win_drag_status_line __PARMS((int offset));
  20. void win_comp_scroll __PARMS((WIN *wp));
  21. void command_height __PARMS((long old_p_ch));
  22. void last_status __PARMS((void));
  23. char_u *file_name_at_cursor __PARMS((int options));
  24. char_u *get_file_name_in_path __PARMS((char_u *ptr, int col, int options));
  25. int min_rows __PARMS((void));
  26. int only_one_window __PARMS((void));
  27.