ct               1743 ext/gd/gd.c    	int ct = (-1);
ct               1753 ext/gd/gd.c    	ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha);
ct               1754 ext/gd/gd.c    	if (ct < 0) {
ct               1757 ext/gd/gd.c    	RETURN_LONG((zend_long)ct);
ct               2751 ext/gd/gd.c    	int ct = (-1);
ct               2761 ext/gd/gd.c    	ct = gdImageColorAllocate(im, red, green, blue);
ct               2762 ext/gd/gd.c    	if (ct < 0) {
ct               2765 ext/gd/gd.c    	RETURN_LONG(ct);
ct                268 ext/gd/libgd/gd.c 	int ct = (-1);
ct                288 ext/gd/libgd/gd.c 			ct = i;
ct                292 ext/gd/libgd/gd.c 	return ct;
ct                434 ext/gd/libgd/gd.c 	int ct = (-1);
ct                448 ext/gd/libgd/gd.c 			ct = i;
ct                452 ext/gd/libgd/gd.c 	return ct;
ct                485 ext/gd/libgd/gd.c 	int ct = (-1);
ct                491 ext/gd/libgd/gd.c 			ct = i;
ct                495 ext/gd/libgd/gd.c 	if (ct == (-1)) {
ct                496 ext/gd/libgd/gd.c 		ct = im->colorsTotal;
ct                497 ext/gd/libgd/gd.c 		if (ct == gdMaxColors) {
ct                502 ext/gd/libgd/gd.c 	im->red[ct] = r;
ct                503 ext/gd/libgd/gd.c 	im->green[ct] = g;
ct                504 ext/gd/libgd/gd.c 	im->blue[ct] = b;
ct                505 ext/gd/libgd/gd.c 	im->alpha[ct] = a;
ct                506 ext/gd/libgd/gd.c 	im->open[ct] = 0;
ct                508 ext/gd/libgd/gd.c 	return ct;
ct                530 ext/gd/libgd/gd.c   int ct = -1;
ct                564 ext/gd/libgd/gd.c 	  ct = c;
ct                573 ext/gd/libgd/gd.c 	  return ct;		/* Return closest available color */
ct                 91 sapi/fpm/fpm/fpm_env.c 		int ct = 0;
ct                 94 sapi/fpm/fpm/fpm_env.c 		while(environ[ct] != NULL) {
ct                 95 sapi/fpm/fpm/fpm_env.c 			if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */
ct                 96 sapi/fpm/fpm/fpm_env.c 			{ ct++; } /* <--- WTF?! */
ct                 99 sapi/fpm/fpm/fpm_env.c 		environ[del] = environ[ct-1];
ct                100 sapi/fpm/fpm/fpm_env.c 		environ[ct-1] = NULL;