HomeSort by relevance Sort by last modified time
    Searched refs:tty_state (Results 1 - 5 of 5) sorted by null

  /external/selinux/policycoreutils/run_init/
open_init_pty.c 51 static enum { RESET, RAW, CBREAK } tty_state = RESET; variable in typeref:enum:__anon22023
57 if (tty_state == RESET) {
86 tty_state = RAW;
93 if (tty_state != CBREAK && tty_state != RAW) {
100 tty_state = RESET;
  /external/mksh/src/
jobs.c 238 mksh_tcset(tty_fd, &tty_state);
863 mksh_tcset(tty_fd, &tty_state);
885 mksh_tcset(tty_fd, &tty_state);
1200 mksh_tcget(tty_fd, &tty_state);
1202 mksh_tcset(tty_fd, &tty_state);
    [all...]
edit.c     [all...]
main.c     [all...]
sh.h 2101 EXTERN mksh_ttyst tty_state; \/* saved tty state *\/ variable
    [all...]

Completed in 192 milliseconds