Lines Matching refs:mi_end
85 char_u *mi_end; // end of matching word so far member
192 mi.mi_end = skipbin(ptr + 2); in spell_check()
194 mi.mi_end = skiphex(ptr + 2); in spell_check()
196 mi.mi_end = skipdigits(ptr); in spell_check()
197 nrlen = (int)(mi.mi_end - ptr); in spell_check()
240 mi.mi_end = mi.mi_fend; in spell_check()
293 mi.mi_end = mi.mi_end2; in spell_check()
300 (int)(mi.mi_end - ptr), 1); in spell_check()
337 else if (mi.mi_end == ptr) in spell_check()
340 MB_PTR_ADV(mi.mi_end); in spell_check()
358 if (p >= mi.mi_end) in spell_check()
364 mi.mi_end = p; in spell_check()
387 return (int)(mi.mi_end - ptr); in spell_check()
763 char_u *save_end = mip->mi_end; in find_word()
845 mip->mi_end = save_end; in find_word()
887 mip->mi_end = mip->mi_word + wlen; in find_word()
889 else if (mip->mi_result == res && mip->mi_end < mip->mi_word + wlen) in find_word()
890 mip->mi_end = mip->mi_word + wlen; in find_word()