Lines Matching refs:mPos
272 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
641 mPosition[New] = mPos; in Split()
643 MakeChild(New, mText[mPos + mMatchLen], mPos); in Split()
684 mPosition[t] = mPos; in InsertNode()
688 mPosition[t] = (NODE)(mPos | PERC_FLAG); in InsertNode()
696 q = (INT16)(mText[mPos] + WNDSIZ); in InsertNode()
697 c = mText[mPos + 1]; in InsertNode()
699 MakeChild(q, c, mPos); in InsertNode()
720 if (mMatchPos >= mPos) { in InsertNode()
723 t1 = &mText[mPos + mMatchLen]; in InsertNode()
737 mPosition[r] = mPos; in InsertNode()
740 MakeChild(q, *t1, mPos); in InsertNode()
746 mPrev[mPos] = t; in InsertNode()
747 mNext[t] = mPos; in InsertNode()
749 mNext[mPos] = t; in InsertNode()
750 mPrev[t] = mPos; in InsertNode()
751 mParent[mPos] = q; in InsertNode()
757 mNext[r] = mPos; in InsertNode()
779 if (mParent[mPos] == NIL) { in DeleteNode()
783 r = mPrev[mPos]; in DeleteNode()
784 s = mNext[mPos]; in DeleteNode()
787 r = mParent[mPos]; in DeleteNode()
788 mParent[mPos] = NIL; in DeleteNode()
793 if (t >= mPos) { in DeleteNode()
800 if (u >= mPos) { in DeleteNode()
810 if (u >= mPos) { in DeleteNode()
854 if (++mPos == WNDSIZ * 2) { in GetNextMatch()
858 mPos = WNDSIZ; in GetNextMatch()
899 mPos = WNDSIZ; in Encode()
919 Output(mText[mPos - 1], 0); in Encode()
927 (mPos - LastMatchPos - 2) & (WNDSIZ - 1)); in Encode()