Home | History | Annotate | Download | only in src

Lines Matching refs:xs

283 	XString xs;
406 Xinit(xs, xp, 128, ATEMP);
412 Xcheck(xs, xp);
429 Xput(xs, xp, '\\');
438 Xput(xs, xp, ts[c]);
443 Xput(xs, xp, c);
446 Xput(xs, xp, ' ');
451 Xput(xs, xp, '\n');
455 Xput(xs, xp, '\0');
456 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false);
457 Xfree(xs, xp);
459 size_t len = Xlength(xs, xp);
474 s = Xstring(xs, xp);
1869 XString xs;
1963 Xinit(xs, xp, bytesleft, ATEMP);
2035 XcheckN(xs, xp, bytesleft);
2087 Xcheck(xs, xp);
2094 bytesread = Xlength(xs, xp);
2095 Xput(xs, xp, '\0');
2099 * Xstring(xs, xp) -> xp-1 = input string without trailing delim
2112 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false);
2114 ccp = cp = Xclose(xs, xp);
2116 XinitN(xs, 128, ATEMP);
2145 xp = Xstring(xs, xp);
2155 Xput(xs, xp, '1');
2156 Xput(xs, xp, '#');
2188 Xcheck(xs, xp);
2189 Xput(xs, xp, ch);
2194 xsave = Xsavepos(xs, xp);
2206 Xcheck(xs, xp);
2207 Xput(xs, xp, ch);
2217 Xcheck(xs, xp);
2218 Xput(xs, xp, *ccp);
2229 xp = Xrestpos(xs, xp, xsave);
2231 Xput(xs, xp, '\0');
2253 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR))
2269 Xfree(xs, xp);