Home | History | Annotate | Download | only in src

Lines Matching refs:mksh_tcget

408 #define mksh_tcget(fd,st) tcgetattr((fd), (st))
412 #define mksh_tcget(fd,st) ioctl((fd), TCGETA, (st))