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