Home
last modified time | relevance | path

Searched refs:doluse (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dargs.c235 if ((--argblk->doluse) == 0) in freedolh()
257 cnt = --argblk->doluse;
289 np->doluse = 1; /* use count */
313 argblk->doluse = 1;
399 dolh -> doluse++; /* increment use count so arguments aren't freed */
413 if (dolh->doluse++ == 1) in useargs()
H A Dmode.h155 int doluse; member