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 810 mksh_tcset(tty_fd, &j->ttystat);
817 mksh_tcset(tty_fd, &tty_state);
839 mksh_tcset(tty_fd, &tty_state);
1155 mksh_tcset(tty_fd, &tty_state);
    [all...]
sh.h 409 #define mksh_tcset(fd,st) tcsetattr((fd), TCSADRAIN, (st)) macro
413 #define mksh_tcset(fd,st) ioctl((fd), TCSETAW, (st)) macro
    [all...]
main.c     [all...]
funcs.c     [all...]
edit.c     [all...]

Completed in 32 milliseconds