Searched refs:iColumns (Results 1 – 1 of 1) sorted by relevance
962 USHORT iColumns; in DirPrintWideList() local987 iColumns = (USHORT)(iScreenWidth / iLongestName); in DirPrintWideList()990 if (((iLongestName * iColumns) + iColumns) >= (UINT)iScreenWidth) in DirPrintWideList()991 iColumns --; in DirPrintWideList()994 if (!iColumns) iColumns = 1; in DirPrintWideList()997 iLines = (USHORT)((dwCount + iColumns - 1) / iColumns); in DirPrintWideList()1001 for (j = 0; j < iColumns; j++) in DirPrintWideList()1011 temp = (i * iColumns) + j; in DirPrintWideList()