Searched refs:text_origin (Results 1 – 1 of 1) sorted by relevance
393 char *pattern_origin, char *text_origin, in print_match_error() argument397 char *text = text_origin; in print_match_error()495 char *text_origin = text; in match_pattern() local505 if (!isspace(*text) && text != text_origin && isalnum(text[-1])) in match_pattern()630 print_match_error(stdout, pattern_origin, text_origin, pattern, text); in match_pattern()