Home
last modified time | relevance | path

Searched refs:nlall (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/pg/
H A Dpg.c119 static long nlall; /* room for how many LINEs in memory */ variable
1549 nlall = 128;
1550 zero = (LINE *) malloc(nlall * sizeof (LINE));
1576 if ((dol - zero) + 1 >= nlall) {
1579 nlall += 512;
1581 (unsigned)(nlall * sizeof (LINE)))) == NULL) {