Source position: btermiosh.inc line 18
type termios = record
c_iflag: tcflag_t;
c_oflag: tcflag_t;
c_cflag: tcflag_t;
c_lflag: tcflag_t;
c_line: cc_t;
c_cc: array [0..(NCCS)-1] of cc_t;
c_ispeed: speed_t;
c_ospeed: speed_t;
end;