Lines Matching refs:items
38 print_partedit_item(WINDOW *partitions, struct partedit_item *items, in print_partedit_item() argument
46 wmove(partitions, y, MARGIN + items[item].indentation*2); in print_partedit_item()
47 dlg_print_text(partitions, items[item].name, 10, &attr); in print_partedit_item()
51 humanize_number(sizetext, 7, items[item].size, "B", HN_AUTOSCALE, in print_partedit_item()
55 dlg_print_text(partitions, items[item].type, 15, &attr); in print_partedit_item()
57 if (items[item].mountpoint != NULL) in print_partedit_item()
58 dlg_print_text(partitions, items[item].mountpoint, 8, &attr); in print_partedit_item()
63 struct partedit_item *items, int nitems, int *selected, int *nscroll) in diskeditor_show() argument
150 print_partedit_item(partitions, items, i, cur_scroll, in diskeditor_show()
193 print_partedit_item(partitions, items, cur_part, in diskeditor_show()
201 print_partedit_item(partitions, items, cur_part, in diskeditor_show()
210 print_partedit_item(partitions, items, cur_part, in diskeditor_show()
218 print_partedit_item(partitions, items, cur_part, in diskeditor_show()