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

  /external/mksh/src/
misc.c 62 static int make_path(const char *, const char *, char **, XString *, int *);
110 Xcheck_grow(XString *xsp, const char *xp, size_t more)
1400 XString xs;
1452 while (xp > Xstring(xs, xp))
    [all...]
eval.c 73 static void globit(XString *, char **, char *, XPtrV *, int);
74 static const char *maybe_expand_tilde(const char *, XString *, char **, bool);
223 XString ds;
640 else if (dp == Xstring(ds, dp))
687 if (dp == Xstring(ds, dp))
781 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 */
274 if (is_wdvarname(Xstring(ws, wp), false)) {
788 sp = Xstring(ws, wp);
905 dp = Xstring(ws, wp);
1122 XString xs;
1349 char *xp = Xstring(s->xs, xp), *cp;
1424 cp = Xstring(s->xs, xp)
    [all...]
funcs.c 283 XString xs;
456 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false);
474 s = Xstring(xs, xp);
    [all...]
histrap.c 200 XString xs;
332 XString xs;
365 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
366 return (hist_execute(Xstring(xs, xp), hist_source->areap));
    [all...]
exec.c 1287 XString xs;
1306 xp = Xstring(xs, xp);
1318 if ((ev = search_access(Xstring(xs, xp), mode)) == 0) {
    [all...]
sh.h     [all...]

Completed in 280 milliseconds