Searched refs:sb_col (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | message.c | 25 static void store_sb_text(char_u **sb_str, char_u *s, int attr, int *sb_col, int finish); 2172 int sb_col = msg_col; in msg_puts_display() local 2243 store_sb_text(&sb_str, s, attr, &sb_col, TRUE); in msg_puts_display() 2287 store_sb_text(&sb_str, s, attr, &sb_col, TRUE); in msg_puts_display() 2365 store_sb_text(&sb_str, s, attr, &sb_col, FALSE); in msg_puts_display() 2491 int *sb_col, in store_sb_text() argument 2509 mp->sb_msg_col = *sb_col; in store_sb_text() 2531 *sb_col = 0; in store_sb_text()
|