Searched refs:Xrestpos (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | eval.c | 650 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()
|
D | lex.c | 178 wp = Xrestpos(ws, wp, statep->ls_start); \ 1216 xp = Xrestpos(xs, xp, xpos); in readhere()
|
D | sh.h | 1319 #define Xrestpos(xs, xp, n) ((xs).beg + (n)) macro
|
D | misc.c | 1371 xp = Xrestpos(xs, xp, pos); in do_realpath()
|
D | funcs.c | 2124 xp = Xrestpos(xs, xp, xsave); in c_read()
|