Home
last modified time | relevance | path

Searched refs:user_count (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhistory.c263 static int user_count; /* Number of elements used */ variable
588 for (mod = user_list; mod < &user_list[user_count]; ++mod)
895 if (user_count == user_max)
905 user_list[user_count++] = xstrdup (name);
1315 for (cpp = user_list, count = user_count; count; cpp++, count--)