Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1018 yylval.cp = Xclose(ws, wp); in yylex()
1207 iop->heredoc = Xclose(xs, xp); in readhere()
1707 *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()
1866 ccp = cp = Xclose(xs, xp); in c_read()
Dmisc.c1858 return (Xclose(xs, xp)); in do_realpath()
Dexec.c1370 name = Xclose(xs, xp + namelen); in search_path()
Deval.c961 cp = Xclose(ds, dp); in expand()
Dsh.h2039 #define Xclose(xs, xp) aresize((xs).beg, (xp) - (xs).beg, (xs).areap) macro