Searched refs:egrep_test (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c674 egrep_test make sure an egrep expression is found in the file text.
682 static int egrep_test PARAMS ((char *, tTestDesc *));
684 egrep_test (pz_data, p_test) function
1186 if (egrep_test (pz_curr_data, p_test) != APPLY_FIX) {
1197 if (egrep_test (pz_curr_data, p_test) == APPLY_FIX) {
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c643 egrep_test make sure an egrep expression is found in the file text.
652 egrep_test (char* pz_data, tTestDesc* p_test) function
1151 if (egrep_test (pz_curr_data, p_test) != APPLY_FIX) {
1162 if (egrep_test (pz_curr_data, p_test) == APPLY_FIX) {

Completed in 143 milliseconds