Searched defs:next_print (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c154 int next_print; local
207 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1;
231 if (entry_count >= next_print) {
233 next_print *= 2;
H A Ddit_access.c613 int next_print = PRINT_FREQ; local
875 next_print)) {
878 next_print *= 2;

Completed in 23 milliseconds