Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sh/
H A Dargs.c389 void restorargs(olddolh, funcnt) in restorargs() argument
390 struct dolnod *olddolh; in restorargs()
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);
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dargs.c549 register struct dolnod *olddolh = ap->dolh; in sh_argnew() local
554 return(olddolh); in sh_argnew()