Lines Matching refs:chcode
87 scan $ch %c chcode
88 return \\[format %o $chcode]
92 scan $ch %c chcode
96 return \\[format %o $chcode]
100 if {$chcode > 127} {
101 return \\u[format %04x $chcode]
122 scan $ch %c chcode
125 if {($chcode <= 32) || ($chcode == 127)} {
127 return [dict get $strmap $chcode]
131 if {$chcode < 128} {
142 return <U+[format %04x $chcode]>
191 scan $ch %c chcode
192 return \\[format %o $chcode]
196 scan $ch %c chcode
200 return \\[format %o $chcode]
204 if {$chcode > 127} {
244 scan $ch %c chcode
248 return \\[format %o $chcode]
253 if {$chcode > 127} {
254 return \\u[format %04x $chcode]