Searched refs:t_s (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | message.c | 26 static void t_puts(int *t_col, char_u *t_s, char_u *s, int attr); 2167 char_u *t_s = str; // string from "t_s" to "s" is still todo in msg_puts_display() local 2205 t_puts(&t_col, t_s, s, attr); in msg_puts_display() 2283 t_puts(&t_col, t_s, s, attr); in msg_puts_display() 2353 t_s = s; in msg_puts_display() 2363 t_puts(&t_col, t_s, s, attr); in msg_puts_display() 2664 char_u *t_s, in t_puts() argument 2670 screen_puts_len(t_s, (int)(s - t_s), msg_row, msg_col, attr); in t_puts() 2675 if (enc_utf8 && utf_iscomposing(utf_ptr2char(t_s))) in t_puts()
|