Searched refs:hParent (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Dpriorityq-heap.c130 PQhandle hCurr, hParent; local in function:FloatUp
136 hParent = n[parent].handle;
137 if( parent == 0 || LEQ( h[hParent].key, h[hCurr].key )) {
142 n[curr].handle = hParent;
143 h[hParent].node = curr;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c793 HWND hParent = GetParent(hwnd); local in function:winTopLevelWindowProc
795 if (hParent && IsIconic(hParent))
796 ShowWindow(hParent, SW_RESTORE);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c685 HWND hParent = GetParent(hwnd); local in function:winTopLevelWindowProc
686 if (hParent && IsIconic(hParent)) ShowWindow (hParent, SW_RESTORE);

Completed in 4 milliseconds