int shadow_test(j)
int j; /* edit line */
The shadow_test function frees the shadow line of the j
th edit line if
it consists of spaces (blanks) only.
There is no return value.
int j;
for (j=1; j<=r2; ++j)
if (zs(j)>0) shadow_test(j);
/* frees all unnecessary shadow lines
in the current edit field. */