Searched refs:maxhigh (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dresize.pl89 our $maxhigh;
93 $maxhigh = csi_field( $maximize, 2 );
95 $maxhigh != 0 or $maxhigh = $high * 2;
97 printf "parsed terminal maxsize $maxhigh,$maxwide\n";
127 if ( $h = $maxhigh ) {
H A Dresize.sh68 IFS=';' read -r junk maxhigh maxwide
77 test "$maxhigh" = 0 && maxhigh=`expr "$high" \* 2`
93 if test "$h" = "$maxhigh" ; then

Completed in 10 milliseconds