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 / win32.pro < prev    next >
Encoding:
Text File  |  1997-03-12  |  1.8 KB  |  42 lines

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