c_color            36 ext/gd/libgd/gdxpm.c 		if (!image.colorTable[i].c_color) {
c_color            47 ext/gd/libgd/gdxpm.c 		switch (strlen (image.colorTable[i].c_color)) {
c_color            50 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[1];
c_color            53 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[2];
c_color            56 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[3];
c_color            62 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[1];
c_color            63 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[2];
c_color            66 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[3];
c_color            67 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[4];
c_color            70 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[5];
c_color            71 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[6];
c_color            77 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[1];
c_color            78 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[2];
c_color            79 ext/gd/libgd/gdxpm.c 				buf[2] = image.colorTable[i].c_color[3];
c_color            83 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[4];
c_color            84 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[5];
c_color            85 ext/gd/libgd/gdxpm.c 				buf[2] = image.colorTable[i].c_color[6];
c_color            89 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[7];
c_color            90 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[8];
c_color            91 ext/gd/libgd/gdxpm.c 				buf[2] = image.colorTable[i].c_color[9];
c_color            98 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[1];
c_color            99 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[2];
c_color           100 ext/gd/libgd/gdxpm.c 				buf[2] = image.colorTable[i].c_color[3];
c_color           101 ext/gd/libgd/gdxpm.c 				buf[3] = image.colorTable[i].c_color[4];
c_color           105 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[5];
c_color           106 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[6];
c_color           107 ext/gd/libgd/gdxpm.c 				buf[2] = image.colorTable[i].c_color[7];
c_color           108 ext/gd/libgd/gdxpm.c 				buf[3] = image.colorTable[i].c_color[8];
c_color           112 ext/gd/libgd/gdxpm.c 				buf[0] = image.colorTable[i].c_color[9];
c_color           113 ext/gd/libgd/gdxpm.c 				buf[1] = image.colorTable[i].c_color[10];
c_color           114 ext/gd/libgd/gdxpm.c 				buf[2] = image.colorTable[i].c_color[11];
c_color           115 ext/gd/libgd/gdxpm.c 				buf[3] = image.colorTable[i].c_color[12];