Searched refs:Xclose (Results 1 – 7 of 7) sorted by relevance
/openbsd/bin/ksh/ |
H A D | expand.h | 18 return Xclose(xs, xp); /* resize string */ 61 #define Xclose(xs, xp) aresize((xs).beg, ((xp) - (xs).beg), (xs).areap) macro
|
H A D | path.c | 214 return Xclose(xs, xp); in get_phys_path()
|
H A D | lex.c | 812 yylval.cp = Xclose(ws, wp); in yylex() 922 iop->heredoc = Xclose(xs, xp); in readhere() 1613 *strp = Xclose(ws, wp); in arraysub()
|
H A D | history.c | 358 line = Xclose(xs, xp); in hist_replace()
|
H A D | eval.c | 599 p = Xclose(ds, dp); in expand()
|
H A D | exec.c | 1016 return Xclose(xs, xp + namelen); in search()
|
/openbsd/gnu/usr.bin/cvs/contrib/ |
H A D | dirfns.shar | 189 Xclose(2),
|