Searched defs:_prom_putchar (Results 1 – 2 of 2) sorted by relevance
54 #define _prom_putchar(x) __prom_putchar(___prom_putchar, O32_STK, x) macro60 #define _prom_putchar(x) ___prom_putchar(x) macro
21 static void (*_prom_putchar) (unsigned char); variable