Lines Matching defs:user
97 char *user;
128 * most of the other clients the user is running)
188 * Info about the user and their environment
190 if(!(user = getenv("USER")) && !(user = getenv("LOGNAME"))) {
193 user = pwd->pw_name;
196 if(!user) {
197 user = "unknown";
199 WR_DEF("USER", user);
314 * We might be keeping it, in which case tell the user where it is;