Searched refs:p_test_regex (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | fixincl.c | 438 p_test->p_test_regex = p_re++; in run_compiles() 439 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0, in run_compiles() 619 if (p_test->p_test_regex == 0) in egrep_test() 623 if (xregexec (p_test->p_test_regex, pz_data, 0, 0, 0) == 0) in egrep_test()
|
H A D | fixlib.h | 173 regex_t *p_test_regex; member
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | fixincl.c | 438 p_test->p_test_regex = p_re++; in run_compiles() 439 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0, in run_compiles() 619 if (p_test->p_test_regex == 0) in egrep_test() 623 if (xregexec (p_test->p_test_regex, pz_data, 0, 0, 0) == 0) in egrep_test()
|
H A D | fixlib.h | 173 regex_t *p_test_regex; member
|