Lines Matching refs:new_index
1754 int new_index = 0; in obj_list() local
1768 lists[0][new_index] = dbe_strdup (GTXT ("show")); in obj_list()
1771 lists[0][new_index] = dbe_strdup (GTXT ("hide")); in obj_list()
1774 lists[0][new_index] = dbe_strdup (GTXT ("API-only")); in obj_list()
1777 lists[1][new_index] = dbe_strdup (lo_name); in obj_list()
1778 lists[2][new_index] = dbe_sprintf (NTXT ("%d"), lo->seg_idx); in obj_list()
1779 lists[3][new_index] = dbe_strdup (lo->get_pathname ()); in obj_list()
1780 new_index++; in obj_list()
1782 disp_list (4, new_index, align, header, lists); in obj_list()
1785 for (int j = 0; j < new_index; j++) in obj_list()
1821 int new_index = 0; in seg_list() local
1832 lists[0][new_index] = strdup (expand ? GTXT ("yes") : GTXT ("no")); in seg_list()
1833 lists[1][new_index] = dbe_sprintf (NTXT ("%lld"), (ll_t) lo->get_size ()); in seg_list()
1834 lists[2][new_index] = strdup (lo->get_pathname ()); in seg_list()
1835 new_index++; in seg_list()
1838 disp_list (3, new_index, align, header, lists); in seg_list()
1841 for (int j = 0; j < new_index; j++) in seg_list()
1877 int new_index = 0; in filter_list() local
1899 lists[0][new_index] = dbe_sprintf (NTXT ("%d"), index + 1); in filter_list()
1901 lists[1][new_index] = strdup (pattern && *pattern ? pattern : GTXT ("none")); in filter_list()
1902 lists[2][new_index] = dbe_sprintf (NTXT ("%lld"), (ll_t) select->nelem ()); in filter_list()
1903 lists[3][new_index] = select->get_status (); in filter_list()
1904 new_index++; in filter_list()
1909 for (int j = 0; j < new_index; j++) in filter_list()