Searched refs:Xnleft (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dhistrap.c299 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
301 if (Xnleft(xs, xp) <= 0)
H A Dlex.c1405 char *p = shf_getse(xp, Xnleft(s->xs, xp), s->u.shf);
H A Deval.c1471 debunk(xp, sp, Xnleft(*xs, xp));
H A Dsh.h1315 #define Xnleft(xs, xp) ((xs).end - (xp)) /* may be less than 0 */ macro

Completed in 67 milliseconds