ct               1845 ext/gd/gd.c    	int ct = (-1);
ct               1852 ext/gd/gd.c    	ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha);
ct               1853 ext/gd/gd.c    	if (ct < 0) {
ct               1856 ext/gd/gd.c    	RETURN_LONG((long)ct);
ct               2817 ext/gd/gd.c    	int ct = (-1);
ct               2825 ext/gd/gd.c    	ct = gdImageColorAllocate(im, red, green, blue);
ct               2826 ext/gd/gd.c    	if (ct < 0) {
ct               2829 ext/gd/gd.c    	RETURN_LONG(ct);
ct                270 ext/gd/libgd/gd.c 	int ct = (-1);
ct                290 ext/gd/libgd/gd.c 			ct = i;
ct                294 ext/gd/libgd/gd.c 	return ct;
ct                436 ext/gd/libgd/gd.c 	int ct = (-1);
ct                450 ext/gd/libgd/gd.c 			ct = i;
ct                454 ext/gd/libgd/gd.c 	return ct;
ct                487 ext/gd/libgd/gd.c 	int ct = (-1);
ct                493 ext/gd/libgd/gd.c 			ct = i;
ct                497 ext/gd/libgd/gd.c 	if (ct == (-1)) {
ct                498 ext/gd/libgd/gd.c 		ct = im->colorsTotal;
ct                499 ext/gd/libgd/gd.c 		if (ct == gdMaxColors) {
ct                504 ext/gd/libgd/gd.c 	im->red[ct] = r;
ct                505 ext/gd/libgd/gd.c 	im->green[ct] = g;
ct                506 ext/gd/libgd/gd.c 	im->blue[ct] = b;
ct                507 ext/gd/libgd/gd.c 	im->alpha[ct] = a;
ct                508 ext/gd/libgd/gd.c 	im->open[ct] = 0;
ct                510 ext/gd/libgd/gd.c 	return ct;
ct                532 ext/gd/libgd/gd.c   int ct = -1;
ct                566 ext/gd/libgd/gd.c 	  ct = c;
ct                575 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;