Home
last modified time | relevance | path

Searched refs:ttwrite (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.bin/window/
HDtt.h156 void ttwrite(const char *, int);
160 #define ttxputs(s) ttwrite((s)->ts_str, (s)->ts_n)
HDttzapple.c139 ttwrite(p, n); in zz_write()
374 ttwrite(s, n); in zz_set_token()
HDttoutput.c90 ttwrite(const char *s, int n) in ttwrite() function
HDtth19.c144 ttwrite(p, n); in h19_write()
HDttgeneric.c249 ttwrite(p, n); in gen_write()
HDcompress.c887 ttwrite(p->string, p->length); in cc_output_phase()
/dragonfly/sys/kern/
HDtty_conf.c67 { ttyopen, ttylclose, ttread, ttwrite,
HDtty.c1988 ttwrite(struct tty *tp, struct uio *uio, int flag) in ttwrite() function
/dragonfly/sys/sys/
HDtty.h262 int ttwrite (struct tty *tp, struct uio *uio, int flag);
/dragonfly/sys/dev/misc/snp/
HDsnp.c180 error = ttwrite(tp, &uio2, flag); in snplwrite()