Home
last modified time | relevance | path

Searched refs:transchar_byte (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcharset.pro9 char_u *transchar_byte(int c);
/vim-8.2.3635/src/
H A Dcharset.c298 trs = transchar_byte(*buf); in trans_characters()
375 STRCAT(res, transchar_byte(*p++)); in transstr()
544 transchar_byte(int c) in transchar_byte() function
H A Dmessage.c1556 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()
H A Doptionstr.c1405 transchar_byte(*(s - 1))); in did_set_string_option()
H A Dscreen.c1058 STRCPY(buf + len, transchar_byte(*s)); in win_redr_status_matches()
H A Dgui.c1853 str = transchar_byte(s[i]); in gui_write()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt5317 Added correct_cmdspos() and transchar_byte().