OPTIONAL_SPACE
while (bp < endptr && OPTIONAL_SPACE(*bp)) {
while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) {
while ((valBufp > valBuf) && OPTIONAL_SPACE(*valBufp)) {