Searched defs:catmore (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c10140 int catmore = 0; /* Set if the argument has an argument. */ local
10298 --argc, pm.sbitlow = (png_byte)atoi(*++argv), catmore = 1; local
10301 --argc, touch = *++argv, catmore = 1;
10337 catmore = 1;
10341 --argc, pm.log8 = atof(*++argv), catmore = 1; local
10344 --argc, pm.log16 = atof(*++argv), catmore = 1; local
10395 if (catmore) /* consumed an extra *argv */

Completed in 89 milliseconds