Home
last modified time | relevance | path

Searched refs:last_ibaud (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dstty.c478 static speed_t last_ibaud = (speed_t) -1; variable
1729 last_ibaud = baud; in set_speed()
2080 if (last_ibaud != -1 && last_obaud != -1) in check_speed()
2082 if (cfgetispeed (mode) != last_ibaud in check_speed()
2086 baud_to_value (last_ibaud), baud_to_value (last_obaud)); in check_speed()