Searched refs:sortbuf (Results 1 – 1 of 1) sorted by relevance
734 struct mode_data **sortbuf; in calc_wider_mode() local743 sortbuf = (struct mode_data **) alloca ((max_n_modes + 1) * sizeof (struct mode_data *)); in calc_wider_mode()772 sortbuf[i] = m; in calc_wider_mode()774 qsort (sortbuf, i, sizeof (struct mode_data *), cmp_modes); in calc_wider_mode()776 sortbuf[i] = 0; in calc_wider_mode()778 sortbuf[j]->next = sortbuf[j]->wider = sortbuf[j + 1]; in calc_wider_mode()781 modes[c] = sortbuf[0]; in calc_wider_mode()