Lines Matching defs:user

13  *	X date | user | CurDir | special | rev(s) | argument '\n'
33 * user is the username of the person who typed the command.
80 * "Field" modifiers apply. -l forces a sort by file within user
124 * -u user - If no user is given and '-a' is not given, only
125 * records for the user typing the command are shown.
142 * cvs hi -u user [equivalent to: "cvs hi -o -u user"]
146 * cvs hi -c [-u user]
149 * cvs hi -c -D 'Jan 1 1990' [-u user]
152 * cvs hi -c -t TAG [-u user]
155 * cvs hi -c -r TAG [-u user]
169 *** History of user "user".
170 * cvs hi -e -u user
186 char *user; /* Username (In history record) */
261 static char **user_list; /* Ptr to array of ptrs to user names */
307 " -u <user> For user name (repeatable)\n",
312 - If a user is selected at all, sort it first. User-within-file is useless.
329 if ((i = strcmp (left->user, right->user)) != 0)
623 * If the user has not specified a date oriented flag ("Since"), sort
632 * If we are not looking for last_modified and the user specified
633 * one or more users to look at, sort by user before filename.
661 /* If no users were specified, use self (-a saves a universal ("") user) */
888 * save_user() adds a user name to the user list to select. Zero-length
889 * username ("") matches any user.
1018 hr->type = hr->user = hr->dir = hr->repos = hr->rev = hr->file =
1031 NEXT_BAR (user);
1213 if (!hr->type || !hr->user || !hr->dir || !hr->repos || !hr->rev ||
1313 if (user_list && hr->user)
1318 break; /* null user == accept */
1319 if (!strcmp (hr->user, *cpp)) /* found listed user */
1323 return (0); /* Not this user */
1459 if ((i = strlen (lr->user)) > user_len)
1502 tm->tm_min, tz_name, user_len, lr->user);
1584 strcmp (hr->user, lr->user) || /* User has changed */