Home
last modified time | relevance | path

Searched refs:Xclose (Results 1 – 7 of 7) sorted by relevance

/external/mksh/src/
Dlex.c997 yylval.cp = Xclose(ws, wp); in yylex()
1186 iop->heredoc = Xclose(xs, xp); in readhere()
1685 *strp = Xclose(ws, wp); in arraysub()
Dhistrap.c221 line = Xclose(xs, xp); in c_fc()
Dfuncs.c516 XPput(po.words, Xclose(xs, xp)); in c_print()
1862 ccp = cp = Xclose(xs, xp); in c_read()
Deval.c958 cp = Xclose(ds, dp); in expand()
Dmisc.c1582 return (Xclose(xs, xp)); in do_realpath()
Dexec.c1355 name = Xclose(xs, xp + namelen); in search_path()
Dsh.h1824 #define Xclose(xs, xp) aresize((xs).beg, (xp) - (xs).beg, (xs).areap) macro