ISBLANK
if (ISBLANK(ch)
if (ISBLANK(newLine[n])
if (!ISBLANK(newLine[n])
return (ISBLANK(CHDEREF(ch)) &&
if (ISBLANK(thisline[j]) && SAFE(SP_PARM, turnon)) {
|| !ISBLANK(thisline[j - k])
(ISBLANK(thisline[j - k])
&& ISBLANK(lastline[n])
|| !ISBLANK(lastline[n + k])
(ISBLANK(lastline[n + k])
if (ISBLANK(ch)
if (ISBLANK(*cp))
if ((s != cp) && !ISBLANK(*s))
while (ISBLANK(*bp))
while ((p < end) && ISBLANK(*p))
while ((p > buf) && ISBLANK(p[-1]))
while ((p < end) && !ISBLANK(*p))
while ((p > buf) && !ISBLANK(p[-1]))