Searched refs:listsize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Deditbox.c268 #define SCROLL_TO(target) show_all = scroll_to(pagesize, listsize, &base_row, &thisrow, target)
344 int listsize = size_list(*list); local
426 display_all(editing, *list, thisrow, base_row, listsize, chr_offset);
446 listsize,
552 SCROLL_TO(listsize);
585 for (y = thisrow; y < listsize; ++y) {
588 --listsize;
655 grow_list(list, rows, listsize + 1);
656 ++listsize;
657 for (y = listsize;
[all...]
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_drive.c150 size_t listsize; local
205 listsize = sizeof(*list) + sizeof(CONFIG_PAGE_RAID_PHYS_DISK_0) * count;
206 list = calloc(1, listsize);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtracepoint.c1068 long listsize; member in struct:collection_list
1170 if (memranges->next_memrange >= memranges->listsize)
1172 memranges->listsize *= 2;
1174 memranges->listsize);
2640 tracepoint_list.listsize = 128;
2642 (tracepoint_list.listsize * sizeof (struct memrange));
2653 stepping_list.listsize = 128;
2655 (stepping_list.listsize * sizeof (struct memrange));

Completed in 81 milliseconds