comparison src/proto/message.pro @ 167:c93c9cad9618

updated for version 7.0051
author vimboss
date Tue, 22 Feb 2005 08:39:57 +0000
parents ac33b7c03fac
children bf6ee000a80c
comparison
equal deleted inserted replaced
166:3a28ed993bbe 167:c93c9cad9618
7 void msg_source __ARGS((int attr)); 7 void msg_source __ARGS((int attr));
8 int emsg __ARGS((char_u *s)); 8 int emsg __ARGS((char_u *s));
9 int emsg2 __ARGS((char_u *s, char_u *a1)); 9 int emsg2 __ARGS((char_u *s, char_u *a1));
10 int emsg3 __ARGS((char_u *s, char_u *a1, char_u *a2)); 10 int emsg3 __ARGS((char_u *s, char_u *a1, char_u *a2));
11 int emsgn __ARGS((char_u *s, long n)); 11 int emsgn __ARGS((char_u *s, long n));
12 void emsg_invreg __ARGS((int name));
12 char_u *msg_trunc_attr __ARGS((char_u *s, int force, int attr)); 13 char_u *msg_trunc_attr __ARGS((char_u *s, int force, int attr));
13 char_u *msg_may_trunc __ARGS((int force, char_u *s)); 14 char_u *msg_may_trunc __ARGS((int force, char_u *s));
14 void ex_messages __ARGS((exarg_T *eap)); 15 void ex_messages __ARGS((exarg_T *eap));
15 void msg_end_prompt __ARGS((void)); 16 void msg_end_prompt __ARGS((void));
16 void wait_return __ARGS((int redraw)); 17 void wait_return __ARGS((int redraw));
29 int msg_outtrans_len_attr __ARGS((char_u *msgstr, int len, int attr)); 30 int msg_outtrans_len_attr __ARGS((char_u *msgstr, int len, int attr));
30 void msg_make __ARGS((char_u *arg)); 31 void msg_make __ARGS((char_u *arg));
31 int msg_outtrans_special __ARGS((char_u *strstart, int from)); 32 int msg_outtrans_special __ARGS((char_u *strstart, int from));
32 char_u *str2special __ARGS((char_u **sp, int from)); 33 char_u *str2special __ARGS((char_u **sp, int from));
33 void str2specialbuf __ARGS((char_u *sp, char_u *buf, int len)); 34 void str2specialbuf __ARGS((char_u *sp, char_u *buf, int len));
34 void msg_prt_line __ARGS((char_u *s)); 35 void msg_prt_line __ARGS((char_u *s, int list));
35 void msg_puts __ARGS((char_u *s)); 36 void msg_puts __ARGS((char_u *s));
36 void msg_puts_title __ARGS((char_u *s)); 37 void msg_puts_title __ARGS((char_u *s));
37 void msg_puts_long __ARGS((char_u *longstr)); 38 void msg_puts_long __ARGS((char_u *longstr));
38 void msg_puts_long_attr __ARGS((char_u *longstr, int attr)); 39 void msg_puts_long_attr __ARGS((char_u *longstr, int attr));
39 void msg_puts_long_len_attr __ARGS((char_u *longstr, int len, int attr)); 40 void msg_puts_long_len_attr __ARGS((char_u *longstr, int len, int attr));