Lines Matching defs:home
197 fast++; /* No home -> can't read scripts */
203 set(S_home /* "home" */, savestr(cp));
206 set(S_home /* "home" */, savestr(cp));
504 /* Will have value("home") here because set fast if don't */
505 srccat(value(S_home /* "home" */),
519 srccat_inlogin(value(S_home /* "home" */),
768 (void) strcpy_(buf, value(S_home /* "home" */));
795 if (adrof(S_home /* "home" */))
796 srccat(value(S_home /* "home" */),
1125 * Extract a home directory from the password file
1127 * user whose home directory is sought is currently.
1128 * We write the home directory of the user back there.
1131 gethdir(tchar *home)
1136 struct passwd *pp /* = getpwnam(home) */;
1138 pp = getpwnam(tstostr(home_str, home));
1141 (void) strcpy_(home, strtots(home_ts, pp->pw_dir));