Home
last modified time | relevance | path

Searched refs:settty (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/bc/
H A Dtty.c27 static int settty(struct termios *);
30 settty(struct termios *t) in settty() function
58 settty(&ttysaved); in tstpcont()
61 settty(&ttyedit); in tstpcont()
/dragonfly/games/hack/
H A Dhack.tty.c145 settty(const char *s) in settty() function
201 settty(NULL); in error()
375 settty("End of input?\n"); in end_of_input()
H A Dhack.ioctl.c93 settty(NULL); in dosuspend()
H A Dhack.save.c77 settty("Be seeing you ...\n"); in dosave()
H A Dhack.pager.c444 settty(NULL); /* also calls end_screen() */ in child()
H A Dextern.h450 void settty(const char *);
H A Dhack.end.c204 settty(NULL); /* does a clear_screen() */ in done()