Searched refs:the_rep (Results 1 – 1 of 1) sorted by relevance
480 static char the_rep[10]; variable491 the_rep[i++] = character; in printed_representation()499 the_rep[i++] = character; in printed_representation()508 the_rep[i++] = ' '; in printed_representation()513 the_rep[i++] = '^'; in printed_representation()514 the_rep[i++] = (character | 0x40); in printed_representation()520 sprintf (the_rep + i, "\\%0o", character); in printed_representation()521 i = strlen (the_rep); in printed_representation()525 the_rep[i++] = '^'; in printed_representation()526 the_rep[i++] = '?'; in printed_representation()[all …]