Home
last modified time | relevance | path

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

/src/contrib/tcsh/
H A Dsh.dol.c68 static int ndolflags; /* keep track of mod counts for each modifier */ variable
383 dolmod.len = ndolflags = 0; in Dgetdol()
723 ndolflags = 0; in fixDolMod()
725 ++ndolflags; in fixDolMod()
726 dolmcnts = xrealloc(dolmcnts, ndolflags * sizeof(int)); in fixDolMod()
727 dolaflags = xrealloc(dolaflags, ndolflags * sizeof(int)); in fixDolMod()
728 c = DgetC(0), dolmcnts[ndolflags - 1] = 1, dolaflags[ndolflags - 1] = 0; in fixDolMod()
731 dolmcnts[ndolflags - 1] = INT_MAX; in fixDolMod()
733 dolaflags[ndolflags - 1] = 1; in fixDolMod()
737 if ((c == 'g' && dolmcnts[ndolflags - 1] != INT_MAX) || in fixDolMod()
[all …]