HomeSort by: relevance | last modified time | path
    Searched refs:tty_reset (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/examples/
rlptytest.c 48 tty_reset (STDIN_FILENO);
114 tty_reset (STDIN_FILENO);
298 /* tty_reset: Sets the terminal attributes back to their previous state.
305 int tty_reset(int fd) function
348 tty_reset (STDIN_FILENO);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlptytest.c 44 tty_reset (STDIN_FILENO);
110 tty_reset (STDIN_FILENO);
294 /* tty_reset: Sets the terminal attributes back to their previous state.
301 int tty_reset(int fd) function
339 tty_reset (STDIN_FILENO);
  /src/external/bsd/tmux/dist/
screen-redraw.c 682 tty_reset(&c->tty);
705 tty_reset(&c->tty);
tty.c 2399 tty_reset(struct tty *tty) function
2764 tty_reset(tty);
2767 * Set the colours. This may call tty_reset() (so it comes next) and
2839 tty_reset(tty);
2858 * tty_colours_fg() can call tty_reset().
3023 tty_reset(tty);
server-client.c 2898 * tty_region/tty_reset/tty_update_mode already take care of not resetting
2992 tty_reset(tty);
tmux.h 2508 void tty_reset(struct tty *);

Completed in 70 milliseconds