Searched refs:tputchar (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h303 int tputchar(int c, struct tty *tp);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c224 /* ttycheckoutq(), tputchar() require a locked tp */
423 if ((pca->flags & TOTTY) && pca->tty && tputchar(c, pca->tty) < 0 &&
H A Dtty.c1807 * ttycheckoutq(), ttyblock(), ttyunblock(), and tputchar()
2965 tputchar(int c, struct tty *tp) function

Completed in 26 milliseconds