Home | History | Annotate | Download | only in Common

Lines Matching refs:mChildCount

270 STATIC UINT8  *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;

328 mChildCount = NULL;
445 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
491 if (mChildCount != NULL) {
492 free (mChildCount);
627 mChildCount[Parent]++;
654 mChildCount[New] = 0;
838 mChildCount[NodeR]--;
839 if (mChildCount[NodeR] > 1) {