Lines Matching refs:xp
52 char *xp;
124 Xcheck(rp->xs, rp->xp); \
125 *rp->xp++ = cev; \
174 Xinit(ri->xs, ri->xp, 64, ATEMP); \
181 *retrace_info->xp = '\0'; \
182 sp = Xstring(retrace_info->xs, retrace_info->xp); \
402 *retrace_info->xp++ = '(';
1132 char *xp;
1140 Xinit(xs, xp, 256, ATEMP);
1145 xpos = Xsavepos(xs, xp);
1187 Xcheck(xs, xp);
1188 Xput(xs, xp, c);
1195 Xcheck(xs, xp);
1196 Xput(xs, xp, c);
1203 xp = Xrestpos(xs, xp, xpos);
1205 Xput(xs, xp, '\0');
1206 iop->heredoc = Xclose(xs, xp);
1359 char *xp = Xstring(s->xs, xp), *cp;
1364 XcheckN(s->xs, xp, LINE);
1365 *xp = '\0';
1366 s->start = s->str = xp;
1385 nread = x_read(xp);
1389 xp[nread] = '\0';
1390 xp += nread;
1400 char *p = shf_getse(xp, Xnleft(s->xs, xp), s->u.shf);
1409 if (!p || (xp = p, xp[-1] == '\n'))
1413 xp++;
1414 XcheckN(s->xs, xp, Xlength(s->xs, xp));
1416 xp--;
1437 cp = Xstring(s->xs, xp);
1440 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp));
1442 if (Xlength(s->xs, xp) == 0) {
1457 cp = Xstring(s->xs, xp);
1723 if (Xlength(rp->xs, rp->xp))
1724 rp->xp--;