Home
last modified time | relevance | path

Searched refs:c_putc (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/cpmtools/cpm/src/
H A Dpip.c60 if (c_putc('\r', cid) == EOF)
63 if (c_putc(c, cid) == EOF)
H A Dcpmfio.h22 #define c_putc(x,p) (--(p)->c_cnt>=0 ? ((int)(*(p)->c_buf++=(unsigned)(x))) : c_flsbuf((unsigned)(x… macro
/dports/games/0verkill/0verkill-0.16/
H A Dconsole.h18 extern void c_putc(char c);
H A Dconsole.c232 void c_putc(char c) in c_putc() function
H A Dxinterface.c308 void c_putc(char c) in c_putc() function
H A Dblit.c267 c_putc(sc[x+SCREEN_X*y]?sc[x+SCREEN_X*y]:32); in blit_screen()
H A Dwinconsole.c201 void c_putc(char c) { in c_putc() function
H A Deditor.c434 c_putc(bg?bg:' '); in main()
/dports/lang/nim/nim-1.6.2/lib/system/
H A Dio.nim84 proc c_putc(c: cint, stream: File): cint {.
517 discard c_putc(cint(c), f)