Home
last modified time | relevance | path

Searched refs:sb_str (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);
2171 char_u *sb_str = str; 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()
2488 char_u **sb_str, // start of string in store_sb_text() argument
2503 if (s > *sb_str) in store_sb_text()
2505 mp = alloc(sizeof(msgchunk_T) + (s - *sb_str)); in store_sb_text()
2511 vim_strncpy(mp->sb_text, *sb_str, s - *sb_str); in store_sb_text()
2530 *sb_str = s; in store_sb_text()