Searched refs:argfor (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dargs.c340 while (argfor = clean_args(argfor))
392 if(argfor != olddolh)
393 while ((argfor = clean_args(argfor)) != olddolh && argfor);
394 if(!argfor)
400 argfor = freeargs(dolh);
415 dolh->dolnxt = argfor;
416 argfor
[all...]
H A Ddefs.c53 struct dolnod *argfor; variable in typeref:struct:dolnod
H A Ddefs.h245 extern struct dolnod *argfor;
H A Dxec.c436 argfor = (struct dolnod *)freeargs(argsav);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c87 struct dolnod *argfor; /* linked list of blocks to be cleaned up */ member in struct:_arg_
468 ap->dolh->dolnxt = ap->argfor;
469 ap->argfor = ap->dolh;
478 * Delete the blk from the argfor chain
496 if(ap->argfor == argblk)
497 ap->argfor = argblk->dolnxt;
500 for(argr=ap->argfor;argr;argr=argr->dolnxt)
550 *savargfor = ap->argfor;
552 ap->argfor = 0;
563 while(ap->argfor
[all...]

Completed in 48 milliseconds