Lines Matching refs:new_index

1759   int new_index = 0;  in obj_list()  local
1773 lists[0][new_index] = dbe_strdup (GTXT ("show")); in obj_list()
1776 lists[0][new_index] = dbe_strdup (GTXT ("hide")); in obj_list()
1779 lists[0][new_index] = dbe_strdup (GTXT ("API-only")); in obj_list()
1782 lists[1][new_index] = dbe_strdup (lo_name); in obj_list()
1783 lists[2][new_index] = dbe_sprintf (NTXT ("%d"), lo->seg_idx); in obj_list()
1784 lists[3][new_index] = dbe_strdup (lo->get_pathname ()); in obj_list()
1785 new_index++; in obj_list()
1787 disp_list (4, new_index, align, header, lists); in obj_list()
1790 for (int j = 0; j < new_index; j++) in obj_list()
1826 int new_index = 0; in seg_list() local
1837 lists[0][new_index] = strdup (expand ? GTXT ("yes") : GTXT ("no")); in seg_list()
1838 lists[1][new_index] = dbe_sprintf (NTXT ("%lld"), (ll_t) lo->get_size ()); in seg_list()
1839 lists[2][new_index] = strdup (lo->get_pathname ()); in seg_list()
1840 new_index++; in seg_list()
1843 disp_list (3, new_index, align, header, lists); in seg_list()
1846 for (int j = 0; j < new_index; j++) in seg_list()
1882 int new_index = 0; in filter_list() local
1904 lists[0][new_index] = dbe_sprintf (NTXT ("%d"), index + 1); in filter_list()
1906 lists[1][new_index] = strdup (pattern && *pattern ? pattern : GTXT ("none")); in filter_list()
1907 lists[2][new_index] = dbe_sprintf (NTXT ("%lld"), (ll_t) select->nelem ()); in filter_list()
1908 lists[3][new_index] = select->get_status (); in filter_list()
1909 new_index++; in filter_list()
1914 for (int j = 0; j < new_index; j++) in filter_list()