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

/haiku-fatelf/src/bin/unzip/
H A Dbeos.c345 register unsigned workch; /* hold the character being tested */ variable
379 while ((workch = (uch)*cp++) != 0) {
382 *pp++ = (char)workch; /* include it literally */
385 switch (workch) {
428 if (isprint(workch) || (128 <= workch && workch <= 254))
429 *pp++ = (char)workch;

Completed in 40 milliseconds