Searched refs:Xrestpos (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | eval.c | 710 dp = Xrestpos(ds, dp, st->base); in expand() 740 dp = Xrestpos(ds, dp, st->base); in expand() 767 dp = Xrestpos(ds, dp, st->base); in expand() 777 dp = Xrestpos(ds, dp, st->base); in expand()
|
D | lex.c | 180 wp = Xrestpos(ws, wp, statep->ls_start); \ 1204 xp = Xrestpos(xs, xp, xpos); in readhere()
|
D | misc.c | 1800 xp = Xrestpos(xs, xp, pos); in do_realpath()
|
D | sh.h | 2048 #define Xrestpos(xs, xp, n) ((xs).beg + (n)) macro
|
D | funcs.c | 1981 xp = Xrestpos(xs, xp, xsave); in c_read()
|
D | check.t | 13494 This check overflows an Xrestpos stored in a short in R40
|