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

/haiku-buildtools/gcc/fixincludes/
H A Dfixfixes.c587 static regex_t no_wrapping_re; /* assume zeroed data */ local
591 if (no_wrapping_re.allocated == 0)
592 compile_re( z_no_wrap_pat, &no_wrapping_re, 0, "no-wrap pattern",
599 if (xregexec( &no_wrapping_re, text, 0, NULL, 0 ) != 0)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixfixes.c594 static regex_t no_wrapping_re; /* assume zeroed data */ local
598 if (no_wrapping_re.allocated == 0)
599 compile_re( z_no_wrap_pat, &no_wrapping_re, 0, "no-wrap pattern",
606 if (xregexec( &no_wrapping_re, text, 0, NULL, 0 ) != 0)

Completed in 92 milliseconds