Lines Matching refs:mi_compoff
103 int mi_compoff; // start of following word offset member
360 mi.mi_compoff = (int)(fp - mi.mi_fword); in spell_check()
433 wlen += mip->mi_compoff; in find_word()
452 wlen = mip->mi_compoff; in find_word()
453 flen -= mip->mi_compoff; in find_word()
654 || wlen - mip->mi_compoff < slang->sl_compminlen) in find_word()
660 && mb_charlen_len(mip->mi_word + mip->mi_compoff, in find_word()
661 wlen - mip->mi_compoff) < slang->sl_compminlen) in find_word()
697 mip->mi_compoff) != 0) in find_word()
701 for (s = ptr; s < ptr + mip->mi_compoff; MB_PTR_ADV(s)) in find_word()
705 p = mip->mi_word + mip->mi_compoff; in find_word()
776 mip->mi_compoff = endlen[endidxcnt]; in find_word()
788 mip->mi_compoff = (int)(p - mip->mi_fword); in find_word()
792 c = mip->mi_compoff; in find_word()
818 mip->mi_compoff = wlen; in find_word()
827 mip->mi_compoff = c; in find_word()
1108 ptr += mip->mi_compoff; in find_prefix()
1109 flen -= mip->mi_compoff; in find_prefix()
1147 mip->mi_prefixlen += mip->mi_compoff; in find_prefix()