isheb            4091 ext/standard/string.c 	if (isheb(*tmp)) {
isheb            4099 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            4144 ext/standard/string.c 			while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {