Searched defs:_user (Results 1 – 1 of 1) sorted by relevance
66 typedef struct _user { struct67 struct _user *next, *prev; /* links */ argument68 char *name;69 time_t mtime; /* last modtime of crontab */70 entry *crontab; /* this person's crontab */