Home
last modified time | relevance | path

Searched defs:termios (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/ape/lib/ap/plan9/
H A Dcfgetospeed.c4 cfgetospeed(const struct termios *) in cfgetospeed()
10 cfsetospeed(struct termios *, speed_t) in cfsetospeed()
16 cfgetispeed(const struct termios *) in cfgetispeed()
22 cfsetispeed(struct termios *, speed_t) in cfsetispeed()
/plan9/sys/include/ape/
H A Dtermios.h112 struct termios { struct
120 extern speed_t cfgetospeed(const struct termios *); argument