Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c25 static void store_sb_text(char_u **sb_str, char_u *s, int attr, int *sb_col, int finish);
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()
2487 store_sb_text( in store_sb_text() function