Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c121 static long nlall; /* room for how many LINEs in memory */ variable
1535 nlall = 128; in lineset()
1536 zero = (LINE *) malloc(nlall * sizeof (LINE)); in lineset()
1564 if ((dol - zero) + 1 >= nlall) { in newdol()
1567 nlall += 512; in newdol()
1569 (unsigned)(nlall * sizeof (LINE)))) == NULL) { in newdol()