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

  /external/mksh/src/
jobs.c 352 /* don't call mksh_tcget until we own the tty process group */
1202 mksh_tcget(tty_fd, &j->ttystat);
1218 mksh_tcget(tty_fd, &tty_state);
    [all...]
sh.h 504 #define mksh_tcget(fd,st) tcgetattr((fd), (st)) macro
508 #define mksh_tcget(fd,st) ioctl((fd), TCGETA, (st)) macro
    [all...]
main.c     [all...]

Completed in 238 milliseconds