OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
797
&
new_count
, &link_count, &err_count);
830
new_count
++;
843
total_count - link_count, link_count,
new_count
, err_count);
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026