Home | History | Annotate | Download | only in src

Lines Matching refs:mksh_tcget

409 #define mksh_tcget(fd,st) tcgetattr((fd), (st))
413 #define mksh_tcget(fd,st) ioctl((fd), TCGETA, (st))