Home
last modified time | relevance | path

Searched refs:Xrestpos (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Deval.c650 dp = Xrestpos(ds, dp, st->base); in expand()
673 dp = Xrestpos(ds, dp, st->base); in expand()
699 char *s = Xrestpos(ds, dp, st->base); in expand()
709 dp = Xrestpos(ds, dp, st->base); in expand()
Dlex.c178 wp = Xrestpos(ws, wp, statep->ls_start); \
1216 xp = Xrestpos(xs, xp, xpos); in readhere()
Dsh.h1319 #define Xrestpos(xs, xp, n) ((xs).beg + (n)) macro
Dmisc.c1371 xp = Xrestpos(xs, xp, pos); in do_realpath()
Dfuncs.c2124 xp = Xrestpos(xs, xp, xsave); in c_read()