Searched defs:old_max (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripChart.c366 double old_max; local
388 old_max = w->strip_chart.max_value;
397 if ( ((int) old_max) != ( (int) w->strip_chart.max_value) ) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripChart.c381 double old_max; local
405 old_max = w->strip_chart.max_value;
414 if ( ((int) old_max) != ( (int) w->strip_chart.max_value) ) {

Completed in 28 milliseconds