Lines Matching defs:curstrlen
654 reg int curstrlen;
662 curstrlen = 0; \
663 while ( *t++ ) ++ curstrlen; \
664 if ( curstrlen > maxstrlen ) maxstrlen = curstrlen; \
679 while (((sp != ep) && ((curstrlen < off) || ((t[off] & m) == 0)))) {
688 while (((sp != ep) && (curstrlen >= off) && ((t[off] & m) != 0))) {
706 if ((curstrlen < off) || ((t[off] & m) == 0)) {
748 reg int curstrlen;
756 curstrlen = 0; \
757 while ( *t++ ) ++ curstrlen; \
758 if ( curstrlen > maxstrlen ) maxstrlen = curstrlen; \
775 while (((sp != ep) && ((curstrlen < off) || ((t[off] & m) == 0)))) {
785 while (((sp != ep) && (curstrlen >= off) && ((t[off] & m) != 0))) {
808 if ((curstrlen < off) || ((t[off] & m) == 0)) {