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 / msdos.pro < prev    next >
Encoding:
Text File  |  1997-03-12  |  1.6 KB  |  38 lines

  1. /* msdos.c */
  2. long mch_avail_mem __PARMS((int special));
  3. void mch_delay __PARMS((long msec, int ignoreinput));
  4. int vim_remove __PARMS((char_u *name));
  5. void mch_write __PARMS((char_u *s, int len));
  6. int mch_inchar __PARMS((char_u *buf, int maxlen, long time));
  7. int mch_char_avail __PARMS((void));
  8. void mch_suspend __PARMS((void));
  9. void mch_windinit __PARMS((void));
  10. int mch_check_win __PARMS((int argc, char **argv));
  11. int mch_check_input __PARMS((void));
  12. void mch_settitle __PARMS((char_u *title, char_u *icon));
  13. void mch_restore_title __PARMS((int which));
  14. int mch_can_restore_title __PARMS((void));
  15. int mch_can_restore_icon __PARMS((void));
  16. int mch_get_user_name __PARMS((char_u *s, int len));
  17. void mch_get_host_name __PARMS((char_u *s, int len));
  18. long mch_get_pid __PARMS((void));
  19. int mch_dirname __PARMS((char_u *buf, int len));
  20. int FullName __PARMS((char_u *fname, char_u *buf, int len, int force));
  21. int isFullName __PARMS((char_u *fname));
  22. long getperm __PARMS((char_u *name));
  23. int setperm __PARMS((char_u *name, long perm));
  24. int mch_isdir __PARMS((char_u *name));
  25. void mch_windexit __PARMS((int r));
  26. void mch_settmode __PARMS((int raw));
  27. void mch_setmouse __PARMS((int on));
  28. int mch_screenmode __PARMS((char_u *arg));
  29. int mch_get_winsize __PARMS((void));
  30. void set_window __PARMS((void));
  31. void mch_set_winsize __PARMS((void));
  32. int call_shell __PARMS((char_u *cmd, int options));
  33. void mch_breakcheck __PARMS((void));
  34. int mch_has_wildcard __PARMS((char_u *s));
  35. int ExpandWildCards __PARMS((int num_pat, char_u **pat, int *num_file, char_u ***file, int files_only, int list_notfound));
  36. int vim_chdir __PARMS((char *path));
  37. char_u *vim_getenv __PARMS((char_u *var));
  38.