Searched defs:dolh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dargs.c42 static struct dolnod *dolh; variable in typeref:struct:dolnod
222 dolh = copyargs(argi, argn);
233 if (argblk = dolh)
259 if (argblk == dolh)
312 if (argblk == dolh)
336 dolh = globdolh;
376 globdolh = dolh;
381 return(dolh);
397 dolh = olddolh;
398 if(dolh)
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c88 struct dolnod *dolh; member in struct:_arg_
465 sh_argfree(ap->sh,ap->dolh,0);
466 ap->dolh = sh_argcreate(argv);
468 ap->dolh->dolnxt = ap->argfor;
469 ap->argfor = ap->dolh;
470 ap->sh->st.dolc = ap->dolh->dolnum-1;
471 ap->sh->st.dolv = ap->dolh->dolval;
479 * If flag is set, then the block dolh is not freed
491 if(flag && argblk==ap->dolh)
492 ap->dolh
[all...]

Completed in 86 milliseconds