Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dtty.h267 int tputchar(int c, struct tty *tp);
/openbsd/src/sys/kern/
Dsubr_prf.c360 if ((flags & TOTTY) && tp && tputchar(c, tp) < 0 && in kputchar()
Dtty.c2287 tputchar(int c, struct tty *tp) in tputchar() function