Home
last modified time | relevance | path

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

/coreutils/tests/stty/
Dstty-pairs.sh45 for opt1 in $options; do
48 stty $opt1 $opt2 || fail=1
50 if stty_reversible_query_ "$opt1" ; then
51 stty -$opt1 $opt2 || fail=1
54 stty $opt1 -$opt2 || fail=1
56 if stty_reversible_query_ "$opt1" \
58 stty -$opt1 -$opt2 || fail=1