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 *);
114 Xcheck_grow(XString *xsp, const char *xp, size_t more)
1390 XString xs;
1442 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;
682 else if (dp == Xstring(ds, dp))
729 if (dp == Xstring(ds, dp))
825 if (dp == Xstring(ds, dp) && word != IFS_WORD)
    [all...]
lex.c 51 XString xs;
99 static char *get_brace_var(XString *, char *);
176 sp = Xstring(retrace_info->xs, retrace_info->xp); \
198 XString ws; /* expandable output word */
288 if (is_wdvarname(Xstring(ws, wp), false)) {
792 sp = Xstring(ws, wp);
908 dp = Xstring(ws, wp);
1143 XString xs;
1379 char *xp = Xstring(s->xs, xp), *cp;
1454 cp = Xstring(s->xs, xp)
    [all...]
funcs.c 285 XString xs;
445 histsave(&source->line, Xstring(xs, xp), true, false);
461 for (s = Xstring(xs, xp); len > 0; ) {
    [all...]
histrap.c 197 XString xs;
329 XString xs;
362 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
363 return (hist_execute(Xstring(xs, xp)));
    [all...]
exec.c 1243 XString xs;
1262 xp = Xstring(xs, xp);
1274 if ((ev = search_access(Xstring(xs, xp), mode)) == 0) {
    [all...]
sh.h     [all...]

Completed in 181 milliseconds