home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / vim / src / proto / msdos.pro < prev    next >
Text File  |  1995-02-27  |  1KB  |  41 lines

  1. /* vi:ts=4:sw=4
  2.  *
  3.  * VIM - Vi IMproved        by Bram Moolenaar
  4.  *
  5.  * Read the file "credits.txt" for a list of people who contributed.
  6.  * Read the file "uganda.txt" for copying and usage conditions.
  7.  */
  8.  
  9. /* prototypes from msdos.c */
  10. long    mch_avail_mem __ARGS((int));
  11. void    vim_delay __ARGS((void));
  12. int        vim_remove __ARGS((char_u *));
  13. void    mch_write __ARGS((char_u *, int));
  14. int     GetChars __ARGS((char_u *, int, int));
  15. int        mch_char_avail __ARGS((void));
  16. void    mch_suspend __ARGS((void));
  17. void    mch_windinit __ARGS((void));
  18. void    check_win __ARGS((int, char **));
  19. void    fname_case __ARGS((char_u *));
  20. void    mch_settitle __ARGS((char_u *, char_u *));
  21. void    mch_restore_title __PARMS((int which));
  22. int        vim_dirname __ARGS((char_u *, int));
  23. int        FullName __ARGS((char_u *, char_u *, int));
  24. int        isFullName __ARGS((char_u *));
  25. long    getperm __ARGS((char_u *));
  26. int        setperm __ARGS((char_u *, long));
  27. int        isdir __ARGS((char_u *));
  28. void    mch_windexit __ARGS((int));
  29. void    mch_settmode __ARGS((int));
  30. int        mch_screenmode __ARGS((char_u *));
  31. int        mch_get_winsize __ARGS((void));
  32. void    set_window __ARGS((void));
  33. void    mch_set_winsize __ARGS((void));
  34. int        call_shell __ARGS((char_u *, int, int));
  35. void    breakcheck __ARGS((void));
  36. char_u    *modname __ARGS((char_u *, char_u *));
  37. int        has_wildcard __ARGS((char_u *));
  38. int        ExpandWildCards __ARGS((int, char_u **, int *, char_u ***, int, int));
  39. void    FreeWild __ARGS((int, char_u **));
  40. int        vim_chdir __ARGS((char_u *));
  41.