Lines Matching defs:pChild
2791 WindowPtr pChild, tmp;
2794 pChild = pWin;
2796 if ((inputMasks = wOtherInputMasks(pChild)) != 0) {
2806 for (tmp = pChild->parent; tmp; tmp = tmp->parent)
2814 if (pChild->firstChild) {
2815 pChild = pChild->firstChild;
2818 while (!pChild->nextSib && (pChild != pWin))
2819 pChild = pChild->parent;
2820 if (pChild == pWin)
2822 pChild = pChild->nextSib;