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

  /external/mksh/src/
jobs.c 808 mksh_tcset(tty_fd, &j->ttystat);
815 mksh_tcset(tty_fd, &tty_state);
837 mksh_tcset(tty_fd, &tty_state);
1153 mksh_tcset(tty_fd, &tty_state);
    [all...]
sh.h 410 #define mksh_tcset(fd,st) tcsetattr((fd), TCSADRAIN, (st)) macro
414 #define mksh_tcset(fd,st) ioctl((fd), TCSETAW, (st)) macro
    [all...]
main.c     [all...]
funcs.c     [all...]
edit.c     [all...]

Completed in 52 milliseconds