Home | History | Annotate | Download | only in ksh

Lines Matching refs:xp

28 	char *xp;
104 Xinit(xs, xp, PATH, ATEMP);
105 /* xp will have a bogus value after make_path() - set it to 0
108 xp = (char *) 0;
115 rval = chdir(try = Xstring(xs, xp) + phys_path);
119 simplify_path(Xstring(xs, xp));
120 rval = chdir(try = Xstring(xs, xp));
144 if (!ISABSPATH(Xstring(xs, xp))) {
148 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp))))
150 pwd = Xstring(xs, xp);
160 pwd = Xstring(xs, xp);
233 char *xp;
317 Xinit(xs, xp, 128, ATEMP);
323 Xcheck(xs, xp);
357 Xput(xs, xp, '\\');
360 Xput(xs, xp, c);
363 Xput(xs, xp, ' ');
366 Xput(xs, xp, '\n');
369 Xput(xs, xp, '\0');
371 histsave(source->line, Xstring(xs, xp), 1);
372 Xfree(xs, xp);
374 int n, len = Xlength(xs, xp);
388 for (s = Xstring(xs, xp); len > 0; ) {