Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dinfo-utils.c480 static char the_rep[10]; variable
491 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 …]