Searched defs:r_arg (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dtrestore.c36 static struct argnod *r_arg(Shell_t*);
107 t->ar.arexpr = r_arg(shp);
126 t->sw.swarg = r_arg(shp);
167 t->lst.lstlef = (Shnode_t*)r_arg(shp);
169 t->lst.lstrit = (Shnode_t*)r_arg(shp);
177 static struct argnod *r_arg(Shell_t *shp) function
273 com->comset = r_arg(shp);
277 com->comarg = r_arg(shp);
328 reg->regptr = r_arg(shp);

Completed in 8 milliseconds