Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dexpand.h65 #define Xnleft(xs, xp) ((xs).end - (xp)) /* may be less than 0 */ macro
H A Dhistory.c257 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) { in c_fc()
259 if (Xnleft(xs, xp) <= 0) in c_fc()
H A Deval.c1105 debunk(xp, sp, Xnleft(*xs, xp)); in globit()
H A Dlex.c1111 char *p = shf_getse(xp, Xnleft(s->xs, xp), s->u.shf); in getsc_line()