Lines Matching defs:profile
83 #define PROFILE 0
91 #if PROFILE
145 #if PROFILE
235 read_profile("/etc/profile");
239 char *profile;
245 profile = ststrcat(NULL, home, "/.profile", STSTRC_END);
246 read_profile(profile);
247 stunalloc(profile);
268 line_number = 1; /* undo anything from profile files */
298 #if PROFILE
374 * Read /etc/profile or .profile. Return on error.
400 (void)set_dot_funcnest(1); /* allow profile to "return" */