Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c2461 msgchunk_T *sb_next; member
2521 last_msgchunk->sb_next = mp; in store_sb_text()
2524 mp->sb_next = NULL; in store_sb_text()
2651 if (mp->sb_eol || mp->sb_next == NULL) in disp_sb_line()
2653 mp = mp->sb_next; in disp_sb_line()
2655 return mp->sb_next; in disp_sb_line()
H A Dspellfile.c1865 sblock_T *sb_next; // next block in list member
4318 bl->sb_next = spin->si_blocks; in getroom()
4356 next = bl->sb_next; in free_blocks()