Searched refs:t_col (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | message.c | 2203 if (t_col > 0) in msg_puts_display() 2205 t_puts(&t_col, t_s, s, attr); in msg_puts_display() 2277 || msg_col + t_col >= Columns in msg_puts_display() 2283 t_puts(&t_col, t_s, s, attr); in msg_puts_display() 2352 if (t_col == 0) in msg_puts_display() 2354 t_col += cw; in msg_puts_display() 2362 if (t_col > 0) in msg_puts_display() 2363 t_puts(&t_col, t_s, s, attr); in msg_puts_display() 2663 int *t_col, in t_puts() argument 2671 msg_col += *t_col; in t_puts() [all …]
|