Searched refs:transchar_byte (Results 1 – 7 of 7) sorted by relevance
9 char_u *transchar_byte(int c);
298 trs = transchar_byte(*buf); in trans_characters()375 STRCAT(res, transchar_byte(*p++)); in transstr()544 transchar_byte(int c) in transchar_byte() function
1556 msg_puts_attr((char *)transchar_byte(*p), attr); in msg_outtrans_one()1622 s = transchar_byte(*str); in msg_outtrans_len_attr()1964 p_extra = transchar_byte(c); in msg_prt_line()
1405 transchar_byte(*(s - 1))); in did_set_string_option()
1058 STRCPY(buf + len, transchar_byte(*s)); in win_redr_status_matches()
1853 str = transchar_byte(s[i]); in gui_write()
5317 Added correct_cmdspos() and transchar_byte().