Searched refs:c_putc (Results 1 – 9 of 9) sorted by relevance
60 if (c_putc('\r', cid) == EOF) 63 if (c_putc(c, cid) == EOF)
22 #define c_putc(x,p) (--(p)->c_cnt>=0 ? ((int)(*(p)->c_buf++=(unsigned)(x))) : c_flsbuf((unsigned)(x… macro
18 extern void c_putc(char c);
232 void c_putc(char c) in c_putc() function
308 void c_putc(char c) in c_putc() function
267 c_putc(sc[x+SCREEN_X*y]?sc[x+SCREEN_X*y]:32); in blit_screen()
201 void c_putc(char c) { in c_putc() function
434 c_putc(bg?bg:' '); in main()
84 proc c_putc(c: cint, stream: File): cint {.517 discard c_putc(cint(c), f)