Lines Matching defs:home
68 char *editor, *home, *shell; /* environment variables */
168 home = getenv("HOME");
211 (void) sprintf(path, "%s/%s", home, reffile);
214 /* put it in the home directory */
216 (void) sprintf(path, "%s/%s", home, invname);
218 (void) sprintf(path, "%s/%s", home, invpost);
966 * normalize the current directory relative to the home directory so
970 if (strcmp(currentdir, home) == 0) {
972 } else if (strncmp(currentdir, home, strlen(home)) == 0) {
973 (void) sprintf(newdir, "$HOME%s", currentdir + strlen(home));