Home | History | Annotate | Download | only in switchback

Lines Matching defs:HChar

158 typedef  char          HChar;
322 static HChar vexxx_toupper ( HChar c )
330 static Int vexxx_strlen ( const HChar* str )
337 Bool vexxx_streq ( const HChar* s1, const HChar* s2 )
358 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
407 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
409 HChar buf[40];
413 HChar *digits = "0123456789ABCDEF";
467 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
603 static HChar myprintf_buf[1000];
606 static void add_to_myprintf_buf ( HChar c )