Lines Matching refs:dolh
40 static struct dolnod *dolh; variable
220 dolh = copyargs(argi, argn); in setargs()
231 if (argblk = dolh) in freedolh()
257 if (argblk == dolh)
308 if (argblk == dolh) in clean_args()
332 dolh = globdolh; in clearup()
372 globdolh = dolh;
377 return(dolh);
392 dolh = olddolh; in restorargs()
393 if(dolh) in restorargs()
394 dolh -> doluse++; /* increment use count so arguments aren't freed */ in restorargs()
395 argfor = freeargs(dolh); in restorargs()
406 if (dolh) in useargs()
408 if (dolh->doluse++ == 1) in useargs()
410 dolh->dolnxt = argfor; in useargs()
411 argfor = dolh; in useargs()
414 return(dolh); in useargs()