Home
last modified time | relevance | path

Searched refs:XPptrv (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Deval.c151 dp = *XPptrv(w); in evalstr()
173 rv = (char *) *XPptrv(w); in evalonestr()
1069 xp->u.strv = (const char **)XPptrv(wv); in varsub()
1237 qsort(XPptrv(*wp) + oldsize, XPsize(*wp) - oldsize, in glob()
Dsyn.c302 t = function_body(XPptrv(args)[0], false); in get_command()
1000 yylval.cp = *(XPptrv(*te->pos.av) + XPsize(*te->pos.av) + in dbtestp_error()
Dedit.c272 pr_list(use_copy ? (char **)XPptrv(l) : words); in x_print_expansions()
423 char **words = (char **)XPptrv(w); in x_command_glob()
445 char **words = (char **)XPptrv(w); in x_command_glob()
718 words = (char **)XPptrv(*wp); in glob_path()
Dsh.h1262 #define XPptrv(x) ((x).beg) macro