Searched refs:olddolh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dargs.c389 void restorargs(olddolh, funcnt)
390 struct dolnod *olddolh;
392 if(argfor != olddolh)
393 while ((argfor = clean_args(argfor)) != olddolh && argfor);
397 dolh = olddolh;
H A Dxec.c185 struct dolnod *olddolh; local
198 olddolh = (struct dolnod *)savargs(funcnt);
207 (void) restorargs(olddolh, funcnt);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c549 register struct dolnod *olddolh = ap->dolh; local
554 return(olddolh);

Completed in 79 milliseconds