HomeSort by: relevance | last modified time | path
    Searched defs:tty_setty (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
tty.c 460 static int tty_setty(EditLine *, int, const struct termios *);
482 /* tty_setty():
486 tty_setty(EditLine *el, int action, const struct termios *t) function in typeref:typename:int
554 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
556 (void) fprintf(el->el_errfile, "%s: tty_setty: %s\n",
597 if (tty_setty(el, how, &el->el_tty.t_or) == -1)
601 "%s: tty_setty: %s\n", __func__, strerror(errno));
1065 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1067 (void) fprintf(el->el_errfile, "%s: tty_setty: %s\n", __func__,
1090 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1)
    [all...]

Completed in 32 milliseconds