Searched refs:OutLineChars (Results 1 – 1 of 1) sorted by relevance
179 int OutLineChars; in ShowXmp() local184 OutLineChars = 0; in ShowXmp()189 OutLine[OutLineChars++] = Data[a]; in ShowXmp()193 OutLine[OutLineChars++] = '?'; in ShowXmp()196 if (Data[a] == '\n' || OutLineChars >= 100){ in ShowXmp()197 OutLine[OutLineChars] = 0; in ShowXmp()202 OutLineChars = 0; in ShowXmp()