message.pro
资源名称:vim53src.zip [点击查看]
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:2k
源码类别:
编辑器/阅读器
开发平台:
DOS
- /* message.c */
- int msg __ARGS((char_u *s));
- int msg_attr __ARGS((char_u *s, int attr));
- int emsg __ARGS((char_u *s));
- int emsg2 __ARGS((char_u *s, char_u *a1));
- int emsgn __ARGS((char_u *s, long n));
- char_u *msg_trunc_attr __ARGS((char_u *s, int force, int attr));
- void wait_return __ARGS((int redraw));
- void msg_start __ARGS((void));
- void msg_putchar __ARGS((int c));
- void msg_putchar_attr __ARGS((int c, int attr));
- void msg_outnum __ARGS((long n));
- void msg_home_replace __ARGS((char_u *fname));
- void msg_home_replace_hl __ARGS((char_u *fname));
- int msg_outtrans __ARGS((char_u *str));
- int msg_outtrans_attr __ARGS((char_u *str, int attr));
- int msg_outtrans_len __ARGS((char_u *str, int len));
- int msg_outtrans_len_attr __ARGS((char_u *str, int len, int attr));
- void msg_make __ARGS((char_u *arg));
- int msg_outtrans_special __ARGS((char_u *str, int all));
- void msg_prt_line __ARGS((char_u *s));
- void msg_puts __ARGS((char_u *s));
- void msg_puts_title __ARGS((char_u *s));
- void msg_puts_long __ARGS((char_u *longstr));
- void msg_puts_long_attr __ARGS((char_u *longstr, int attr));
- void msg_puts_long_len __ARGS((char_u *longstr, int len));
- void msg_puts_long_len_attr __ARGS((char_u *longstr, int len, int attr));
- void msg_puts_attr __ARGS((char_u *s, int attr));
- void msg_moremsg __ARGS((int full));
- void msg_clr_eos __ARGS((void));
- void msg_clr_cmdline __ARGS((void));
- int msg_end __ARGS((void));
- int msg_check __ARGS((void));
- void give_warning __ARGS((char_u *message, int hl));
- void msg_advance __ARGS((int col));
- int do_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton));
- void display_confirm_msg __ARGS((void));
- int vim_dialog_yesno __ARGS((int type, char_u *title, char_u *message, int dflt));
- int vim_dialog_yesnocancel __ARGS((int type, char_u *title, char_u *message, int dflt));
- int vim_dialog_yesnoallcancel __ARGS((int type, char_u *title, char_u *message, int dflt));
- char_u *do_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter, BUF *buf));