isheb 4061 ext/standard/string.c if (isheb(*tmp)) { isheb 4069 ext/standard/string.c while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)=='\n' ) && block_end<str_len-1) { isheb 4114 ext/standard/string.c while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {