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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c422 char **ppList; local in function:GetWindowName
444 if (Xutf8TextPropertyToTextList (pDisplay, &xtpName, &ppList, &nNum) >= Success && nNum > 0 && *ppList)
447 for (i = 0; i < nNum; i++) iLen += strlen(ppList[i]);
450 for (i = 0; i < nNum; i++) strcat (pszReturnData, ppList[i]);
451 if (ppList) XFreeStringList (ppList);

Completed in 3 milliseconds