MAXDL
for (i = 0; i < MAXDL && slot == -1; i++)
for (i = 0; slot == -1 && i < MAXDL; i++)
struct dllist dllist[MAXDL]; /* dump/load list */