| Hist_data.cc | 77 Hist_data::sort_compare (HistItem *hi_1, HistItem *hi_2, Sort_type stype, function in class:Hist_data 216 int result = sort_compare (hi_1, hi_2, hdata->sort_type, hdata->sort_ind, hdata); 225 result = sort_compare (hi_1, hi_2, ALPHA, 0, NULL); 233 result = sort_compare (hi_1, hi_2, VALUE, i, hdata);
|