summaryrefslogtreecommitdiff
path: root/usr.bin/vim/proto/unix.pro
blob: ebd8b6ad3df2eadd8a3f57f06cc24136ae7a51e1 (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
43
44
/*	$OpenBSD: unix.pro,v 1.1 1996/09/07 21:40:29 downsj Exp $	*/
/* unix.c */
void mch_write __PARMS((char_u *s, int len));
int mch_inchar __PARMS((char_u *buf, int maxlen, long wtime));
int mch_char_avail __PARMS((void));
long mch_avail_mem __PARMS((int special));
void mch_delay __PARMS((long msec, int ignoreinput));
void mch_resize __PARMS((void));
void mch_suspend __PARMS((void));
void mch_windinit __PARMS((void));
void reset_signals __PARMS((void));
int mch_check_win __PARMS((int argc, char **argv));
int mch_check_input __PARMS((void));
int mch_can_restore_title __PARMS((void));
int mch_can_restore_icon __PARMS((void));
void mch_settitle __PARMS((char_u *title, char_u *icon));
int is_xterm __PARMS((char_u *name));
int is_iris_ansi __PARMS((char_u *name));
int is_fastterm __PARMS((char_u *name));
void mch_restore_title __PARMS((int which));
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, int perm));
int mch_isdir __PARMS((char_u *name));
void mch_windexit __PARMS((int r));
void mch_settmode __PARMS((int raw));
void get_stty __PARMS((void));
void mch_setmouse __PARMS((int on));
int mch_screenmode __PARMS((char_u *arg));
int mch_get_winsize __PARMS((void));
void mch_set_winsize __PARMS((void));
int call_shell __PARMS((char_u *cmd, int options));
int is_input_buf_full __PARMS((void));
int is_input_buf_empty __PARMS((void));
void add_to_input_buf __PARMS((char_u *s, int len));
void trash_input_buf __PARMS((void));
void mch_breakcheck __PARMS((void));
int ExpandWildCards __PARMS((int num_pat, char_u **pat, int *num_file, char_u ***file, int files_only, int list_notfound));
int mch_has_wildcard __PARMS((char_u *p));