Home
last modified time | relevance | path

Searched refs:the_rep (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo-utils.c482 static char the_rep[10]; variable
493 the_rep[i++] = character; in printed_representation()
501 the_rep[i++] = character; in printed_representation()
510 the_rep[i++] = ' '; in printed_representation()
515 the_rep[i++] = '^'; in printed_representation()
516 the_rep[i++] = (character | 0x40); in printed_representation()
522 sprintf (the_rep + i, "\\%0o", character); in printed_representation()
523 i = strlen (the_rep); in printed_representation()
527 the_rep[i++] = '^'; in printed_representation()
528 the_rep[i++] = '?'; in printed_representation()
[all …]