Searched refs:nlall (Results 1 – 1 of 1) sorted by relevance
119 static long nlall; /* room for how many LINEs in memory */ variable1549 nlall = 128;1550 zero = (LINE *) malloc(nlall * sizeof (LINE));1576 if ((dol - zero) + 1 >= nlall) {1579 nlall += 512;1581 (unsigned)(nlall * sizeof (LINE)))) == NULL) {