Home | History | Annotate | Download | only in src

Lines Matching refs:allocd

2083 	char *allocd = NULL;
2086 allocd = ksh_get_wd();
2087 nwd = allocd ? allocd : null;
2093 afree(allocd, ATEMP);
2107 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath;
2141 strdupx(allocd, wp[0], ATEMP);
2142 if (ksh_isdash((dir = allocd))) {
2143 afree(allocd, ATEMP);
2144 allocd = NULL;
2181 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
2198 afree(allocd, ATEMP);
2199 allocd = dir;
2226 afree(allocd, ATEMP);
2233 /* allocd (above) => dir, which is no longer used */
2234 afree(allocd, ATEMP);
2235 allocd = NULL;
2252 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) {
2276 afree(allocd, ATEMP);