Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:tuple

237     tuple[6];
251 tuple[0]='z';
252 tuple[1]='\0';
253 return(tuple);
260 tuple[i]=(char) (x+(int) '!');
263 tuple[4]=(char) ((code % 85L)+(int) '!');
264 tuple[5]='\0';
265 return(tuple);
285 *tuple;
297 tuple=Ascii85Tuple(image->ascii85->buffer);
299 (const unsigned char *) (*tuple == 'z' ? "!!!!" : tuple));