Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching refs:mMatchLen

91 STATIC INT32  mMatchLen;

337 mLevel[New] = (UINT8) mMatchLen;
339 MakeChild (New, mText[mMatchPos + mMatchLen], Old);
340 MakeChild (New, mText[mPos + mMatchLen], mPos);
363 if (mMatchLen >= 4) {
371 mMatchLen--;
379 while (mLevel[LoopVar6] >= mMatchLen) {
402 mMatchLen = 1;
406 mMatchLen = 2;
426 TempString3 = &mText[mPos + mMatchLen];
427 TempString2 = &mText[mMatchPos + mMatchLen];
428 while (mMatchLen < LoopVar2) {
434 mMatchLen++;
439 if (mMatchLen >= MAXMATCH) {
451 mMatchLen++;
1257 mMatchLen = 0;
1260 if (mMatchLen > mRemainder) {
1261 mMatchLen = mRemainder;
1265 LastMatchLen = mMatchLen;
1270 if (mMatchLen > mRemainder) {
1271 mMatchLen = mRemainder;
1274 if (mMatchLen > LastMatchLen || LastMatchLen < THRESHOLD) {
1295 if (mMatchLen > mRemainder) {
1296 mMatchLen = mRemainder;