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

/macosx-10.9.5/xnu-2422.115.4/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.9.5/zsh-60/zsh/Src/Zle/
H A Dcompctl.c2275 static int cdepth = 0; variable
2286 if (cdepth == MAX_CDEPTH)
2289 cdepth++;
2366 cdepth--;

Completed in 72 milliseconds