Searched refs:outchar (Results 1 – 11 of 11) sorted by relevance
108 outchar('c'); in outtype() 110 outchar('v'); in outtype() 112 outchar(ss[ts]); in outtype() 113 outchar(tt[ts]); in outtype() 135 outchar('E'); in outtype() 163 outchar('.'); in outtt() 165 outchar('.'); in outtt() 194 outchar('d'); /* declaration */ in outsym() 196 outchar('.'); in outsym() 202 outchar(' in outsym() [all...]
142 outchar('s'); in record_filename()144 outchar('\n'); in record_filename()
66 outchar('c'); in outtype() 68 outchar('v'); in outtype() 70 outchar(ss[ts]); in outtype() 72 outchar('f'); in outtype() 74 outchar(tt[ts]); in outtype() 88 outchar('.'); in outtype() 90 outchar('.'); in outtype() 104 outchar('E'); in outtype() 116 outchar('d'); /* definition */ in outdef() 118 outchar(' in outdef() [all...]
36 #define outchar(ch) \ macro51 outchar (*wptr++); \54 outchar (*ptr++); \216 outchar ('-'); in __quadmath_printf_fphex()218 outchar ('+'); in __quadmath_printf_fphex()220 outchar (' '); in __quadmath_printf_fphex()439 outchar ('-'); in __quadmath_printf_fphex()441 outchar ('+'); in __quadmath_printf_fphex()443 outchar (' '); in __quadmath_printf_fphex()445 outchar ('0'); in __quadmath_printf_fphex()[all …]
49 #define outchar(ch) \ macro81 outchar (*wptr++); \84 outchar (*ptr++); \420 outchar ('-'); in __quadmath_printf_fp()422 outchar ('+'); in __quadmath_printf_fp()424 outchar (' '); in __quadmath_printf_fp()1144 outchar ('-'); in __quadmath_printf_fp()1146 outchar ('+'); in __quadmath_printf_fp()1148 outchar (' '); in __quadmath_printf_fp()
36 #define outchar(ch) \ macro51 outchar (*wptr++); \54 outchar (*ptr++); \215 outchar ('-'); in __quadmath_printf_fphex()217 outchar ('+'); in __quadmath_printf_fphex()219 outchar (' '); in __quadmath_printf_fphex()438 outchar ('-'); in __quadmath_printf_fphex()440 outchar ('+'); in __quadmath_printf_fphex()442 outchar (' '); in __quadmath_printf_fphex()444 outchar ('0'); in __quadmath_printf_fphex()[all …]
69 outchar(char c) in outchar() function84 outchar(*s++); in outstrg()111 outchar('S'); in outsrc()113 outchar('\n'); in outsrc()
64 void outchar(char);
87 static int outchar(int);95 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)412 outchar(int c) in outchar() function
845 * rltty.c (outchar): Return an int, like tputs expects.864 * rltty.c (outchar): Provide prototype for outchar, to silence865 type warnings in passing outchar to tputs on systems like Linux