Searched refs:sb_text (Results 1 – 2 of 2) sorted by relevance
2466 char_u sb_text[1]; // text to be displayed, actually longer member2511 vim_strncpy(mp->sb_text, *sb_str, s - *sb_str); in store_sb_text()2647 p = mp->sb_text; in disp_sb_line()
66 char_u *sb_text; // for tl_scrollback_postponed member3281 line->sb_text = NULL; in handle_pushline()3287 line->sb_text = text; in handle_pushline()3322 text = pp_line->sb_text; in handle_postponed_scrollback()3326 vim_free(pp_line->sb_text); in handle_postponed_scrollback()3333 line->sb_text = NULL; in handle_postponed_scrollback()