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

/macosx-10.10.1/vim-55/src/
H A Dmessage.c2162 msgchunk_T *sb_next; member in struct:msgchunk_S
2214 last_msgchunk->sb_next = mp;
2217 mp->sb_next = NULL;
2307 if (mp->sb_eol || mp->sb_next == NULL)
2309 mp = mp->sb_next;
2311 return mp->sb_next;
H A Dspell.c4860 * Note: "sb_next" must be just before "sb_data" to make sure the alignment of
4869 sblock_T *sb_next; /* next block in list */ member in struct:sblock_S
7350 bl->sb_next = spin->si_blocks;
7390 next = bl->sb_next;

Completed in 106 milliseconds