Lines Matching refs:char_u

6 char_u *msg_strtrunc(char_u *s, int force);
7 void trunc_string(char_u *s, char_u *buf, int room_in, int buflen);
10 void ignore_error_for_testing(char_u *error);
17 void emsg_namelen(char *msg, char_u *name, int len);
19 char_u *msg_may_trunc(int force, char_u *s);
24 void set_keep_msg(char_u *s, int attr);
31 void msg_home_replace(char_u *fname);
32 void msg_home_replace_hl(char_u *fname);
33 int msg_outtrans(char_u *str);
34 int msg_outtrans_attr(char_u *str, int attr);
35 int msg_outtrans_len(char_u *str, int len);
36 char_u *msg_outtrans_one(char_u *p, int attr);
37 int msg_outtrans_len_attr(char_u *msgstr, int len, int attr);
38 void msg_make(char_u *arg);
39 int msg_outtrans_special(char_u *strstart, int from, int maxlen);
40 char_u *str2special_save(char_u *str, int is_lhs);
41 char_u *str2special(char_u **sp, int from);
42 void str2specialbuf(char_u *sp, char_u *buf, int len);
43 void msg_prt_line(char_u *s, int list);
46 void msg_outtrans_long_attr(char_u *longstr, int attr);
48 int message_filtered(char_u *msg);
71 void give_warning(char_u *message, int hl);
72 void give_warning_with_source(char_u *message, int hl, int with_source);
73 void give_warning2(char_u *message, char_u *a1, int hl);
75 int do_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *te…
76 int vim_dialog_yesno(int type, char_u *title, char_u *message, int dflt);
77 int vim_dialog_yesnocancel(int type, char_u *title, char_u *message, int dflt);
78 int vim_dialog_yesnoallcancel(int type, char_u *title, char_u *message, int dflt);