Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dtt.h156 void ttwrite(const char *, int);
160 #define ttxputs(s) ttwrite((s)->ts_str, (s)->ts_n)
H A Dttzapple.c139 ttwrite(p, n); in zz_write()
374 ttwrite(s, n); in zz_set_token()
H A Dttoutput.c90 ttwrite(const char *s, int n) in ttwrite() function
H A Dtth19.c144 ttwrite(p, n); in h19_write()
H A Dttgeneric.c249 ttwrite(p, n); in gen_write()
H A Dcompress.c887 ttwrite(p->string, p->length); in cc_output_phase()
/dragonfly/sys/kern/
H A Dtty_conf.c67 { ttyopen, ttylclose, ttread, ttwrite,
H A Dtty.c1988 ttwrite(struct tty *tp, struct uio *uio, int flag) in ttwrite() function
/dragonfly/sys/sys/
H A Dtty.h262 int ttwrite (struct tty *tp, struct uio *uio, int flag);
/dragonfly/sys/dev/misc/snp/
H A Dsnp.c180 error = ttwrite(tp, &uio2, flag); in snplwrite()