Lines Matching defs:pwd
1746 /* show where we went?, error for $PWD */
1750 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath;
1773 pwd_s = global("PWD");
1796 /* Two arguments - substitute arg1 in PWD for arg2 */
1880 pwd = NULL;
1883 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) {
1887 pwd = Xstring(xs, xp);
1890 /* Set PWD */
1891 if (pwd) {
1892 char *ptmp = pwd;
1899 pwd = Xstring(xs, xp);
1900 /* XXX unset $PWD? */
1905 shprintf("%s\n", pwd);