Searched refs:r_string (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dtrestore.c40 static char *r_string(Stk_t*);
118 t->for_.fornam = r_string(shp->stk);
141 t->funct.functnam = r_string(shp->stk);
244 iop->ioname = r_string(shp->stk);
245 if(iop->iodelim = r_string(shp->stk))
259 iop->iovname = r_string(shp->stk);
311 while(*argv++ = r_string(shp->stk));
337 static char *r_string(Stk_t *stkp) function
/macosx-10.10.1/ruby-106/ruby/
H A Dmarshal.c1316 r_string(struct load_arg *arg) function
1611 v = r_entry(r_string(arg), arg);
1737 data = r_string(arg);

Completed in 180 milliseconds