isDelim
while (c->iOffset < c->nInput && isDelim(z[c->iOffset])) {
while (c->iOffset < c->nInput && !isDelim(z[c->iOffset])) {