Searched refs:olddolh (Results 1 – 3 of 3) sorted by relevance
389 void restorargs(olddolh, funcnt) in restorargs() argument390 struct dolnod *olddolh; in restorargs()392 if(argfor != olddolh)393 while ((argfor = clean_args(argfor)) != olddolh && argfor);397 dolh = olddolh;
185 struct dolnod *olddolh; local198 olddolh = (struct dolnod *)savargs(funcnt);207 (void) restorargs(olddolh, funcnt);
549 register struct dolnod *olddolh = ap->dolh; in sh_argnew() local554 return(olddolh); in sh_argnew()