Searched refs:cdepth (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass.c580 int cdepth = 0; local
583 if (t->depth_ > cdepth)
584 cdepth = t->depth_;
588 if (p->depth_ == cdepth + 1)
592 p->depth_ = cdepth + 1;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompctl.c2274 static int cdepth = 0; variable
2285 if (cdepth == MAX_CDEPTH)
2288 cdepth++;
2365 cdepth--;

Completed in 112 milliseconds