Searched refs:capture_start (Results 1 – 1 of 1) sorted by relevance
177 char *buf = NULL, *capture_start, *capture_end, *scan_end; in parse_test_list_file() local190 capture_start = buf; in parse_test_list_file()192 while (isspace(*capture_start)) in parse_test_list_file()193 ++capture_start; in parse_test_list_file()195 capture_end = capture_start; in parse_test_list_file()196 scan_end = capture_start; in parse_test_list_file()205 if (capture_end == capture_start) in parse_test_list_file()210 err = insert_test(set, capture_start, is_glob_pattern); in parse_test_list_file()