Searched refs:text_origin (Results 1 – 1 of 1) sorted by relevance
388 char *pattern_origin, char *text_origin, in print_match_error() argument392 char *text = text_origin; in print_match_error()490 char *text_origin = text; in match_pattern() local500 if (!isspace(*text) && text != text_origin && isalnum(text[-1])) in match_pattern()625 print_match_error(stdout, pattern_origin, text_origin, pattern, text); in match_pattern()