HomeSort by: relevance | last modified time | path
    Searched defs:new_count (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libmenu/
menu.c 571 int i, new_count = 0, sel_count = 0; local in function:set_menu_items
578 while (items[new_count] != NULL) {
579 if ((items[new_count]->parent != NULL) &&
580 (items[new_count]->parent != menu))
582 if (items[new_count]->selected == 1)
584 new_count++;
603 menu->item_count = new_count;
606 for (i = 0; i < new_count; i++) {
  /src/usr.sbin/makemandb/
makemandb.c 641 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
682 (*new_count)++;
721 int new_count = 0; /* Counter for newly indexed/updated pages */ local in function:update_db
797 &new_count, &link_count, &err_count);
830 new_count++;
843 total_count - link_count, link_count, new_count, err_count);

Completed in 11 milliseconds