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

/ast/src/cmd/mailx/port/
H A Ddtstat.c116 if(n > ds->dt_max)
117 ds->dt_max = n;
136 ds->dt_n = ds->dt_max = 0;
146 if(ds->dt_max+1 > Size)
149 if(!(Count = (int*)malloc((ds->dt_max+1)*sizeof(int))) )
151 Size = ds->dt_max+1;
153 for(i = ds->dt_max; i >= 0; --i)
172 if(Count[i] > ds->dt_max)
173 ds->dt_max = Count[i];
H A Dcdt.h244 int dt_max; /* max size of a chain or a level */ member in struct:_dtstat_s

Completed in 8 milliseconds