HomeSort by relevance Sort by last modified time
    Searched refs:Xstring (Results 1 - 9 of 9) sorted by null

  /external/mksh/src/
misc.c 61 static int make_path(const char *, const char *, char **, XString *, int *);
77 Xcheck_grow(XString *xsp, const char *xp, size_t more)
    [all...]
eval.c 79 static void globit(XString *, char **, char *, XPtrV *, int);
80 static const char *maybe_expand_tilde(const char *, XString *, char **, bool);
229 XString ds;
678 else if (dp == Xstring(ds, dp))
725 if (dp == Xstring(ds, dp))
820 if (dp == Xstring(ds, dp) && word != IFS_WORD)
    [all...]
lex.c 51 XString xs;
98 static char *get_brace_var(XString *, char *);
175 sp = Xstring(retrace_info->xs, retrace_info->xp); \
197 XString ws; /* expandable output word */
278 if (is_wdvarname(Xstring(ws, wp), false)) {
773 sp = Xstring(ws, wp);
890 dp = Xstring(ws, wp);
1111 XString xs;
1339 char *xp = Xstring(s->xs, xp), *cp;
    [all...]
funcs.c 295 XString xs;
549 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false);
565 s = Xstring(xs, xp);
    [all...]
exec.c 1322 XString xs;
    [all...]
histrap.c 194 XString xs;
316 XString xs;
348 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
349 return (hist_execute(Xstring(xs, xp), hist_source->areap));
    [all...]
main.c     [all...]
edit.c 794 XString xs;
801 xp = Xstring(xs, xp);
827 glob_str(Xstring(xs, xp), wp, true);
    [all...]
sh.h     [all...]

Completed in 251 milliseconds