Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c275 static int user_count; /* Number of elements used */ variable
634 for (mod = user_list; mod < &user_list[user_count]; ++mod) in history()
954 if (user_count == user_max) in save_user()
964 user_list[user_count++] = xstrdup (name); in save_user()
1383 for (cpp = user_list, count = user_count; count; cpp++, count--) in select_hrec()