Searched refs:idepth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/sudo-72/src/
H A Dtoke.c3470 static size_t istacksize, idepth; variable
3479 while (idepth) {
3480 idepth--;
3481 while ((pl = istack[idepth].more) != NULL) {
3482 istack[idepth].more = pl->next;
3486 efree(istack[idepth].path);
3487 if (idepth && !istack[idepth].keepopen)
3488 fclose(istack[idepth].bs->yy_input_file);
3489 yy_delete_buffer(istack[idepth]
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_subr.c756 int64_t ival, idepth = 0; local
765 idepth = TBR_SCALE(i * mtu);
766 if ((idepth / tbr->tbr_rate) > ival)
769 VERIFY(idepth > 0);
773 tbr->tbr_filluptime = idepth / tbr->tbr_rate;
775 tbr->tbr_depth = idepth + (idepth >> 3);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dintervals.c255 static int idepth;
291 if (depth > idepth)
292 idepth = depth;
300 idepth = 0;

Completed in 207 milliseconds