HomeSort by: relevance | last modified time | path
    Searched refs:Xlength (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
expand.h 51 #define Xlength(xs, xp) ((xp) - (xs).beg)
path.c 93 *phys_pathp = Xlength(*xsp, xp);
220 if (Xlength(xs, xp) == 0)
lex.c 629 && ((c2 = Xlength(ws, wp)) == 0
1045 XcheckN(s->xs, xp, Xlength(s->xs, xp));
1069 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp));
1071 if (Xlength(s->xs, xp) == 0) { /* EOF */
c_sh.c 381 if (Xlength(cs, cp) == 0 && ctype(c, C_IFSWS))
390 while (Xlength(cs, cp) && ctype(cp[-1], C_IFS)
eval.c 578 p + Xlength(ds, (dp - 1)),
1061 XPput(*wp, str_nsave(Xstring(*xs, xp), Xlength(*xs, xp)
1104 prefix_len = Xlength(*xs, xp);
history.c 280 XcheckN(xs, xp, Xlength(xs, xp));
290 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
c_ksh.c 374 int n, len = Xlength(xs, xp);

Completed in 19 milliseconds