Home
last modified time | relevance | path

Searched refs:xputc (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/games/hack/
H A Dhack.terminfo.c108 xputc(int c) in xputc() function
116 tputs(s, 1, xputc); in xputs()
159 xputc('\n'); in nocmov()
223 xputc(' '); in cl_end()
302 xputc('\n'); in cl_eos()
/dflybsd-src/stand/boot/pc32/boot2/
H A Dboot2.c182 static int xputc(int);
712 xputc('\r'); in putchar()
713 xputc(c); in putchar()
725 xputc(c); in drvread()
726 xputc('\b'); in drvread()
763 xputc(int c) in xputc() function