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

  /src/games/phantasia/
phantglobs.c 29 int Users; /* number of users currently playing */
  /src/usr.sbin/ac/
ac.c 57 * this is for our list of users that are accumulating time.
81 static struct user_list *Users = NULL;
94 #define AC_U 8 /* specified users only */
256 * not found so add new user unless specified users only
309 Users = update_user(Users, argv[optind], 0L);
352 show_today(struct user_list *users, struct utmp_list *logins, time_t secs)
367 Users = update_user(Users, lp->usr.ut_name, secs);
371 for (up = users; up != NULL; up = up->next)
    [all...]

Completed in 13 milliseconds