Home | History | Annotate | Download | only in src

Lines Matching defs:xs

200 			XString xs;
206 Xinit(xs, xp, 128, ATEMP);
211 XcheckN(xs, xp, len + rep_len);
224 XcheckN(xs, xp, len);
227 line = Xclose(xs, xp);
332 XString xs;
350 Xinit(xs, xp, n, hist_source->areap);
351 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
353 if (Xnleft(xs, xp) <= 0)
354 XcheckN(xs, xp, Xlength(xs, xp));
365 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
366 return (hist_execute(Xstring(xs, xp), hist_source->areap));