Home
last modified time | relevance | path

Searched refs:OutLineChars (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Diptc.c179 int OutLineChars; in ShowXmp() local
184 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()