Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:sIndex

957         while ((scanLoc->sIndex < input->count()) &&                \
958 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
960 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
1687 if (scanLoc->sIndex != sIndexMax)
1691 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;