home *** CD-ROM | disk | FTP | other *** search
- /* 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));
-