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

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c91 regex_t incl_quote_re; variable
461 memset (&incl_quote_re, '\0', sizeof (regex_t));
463 compile_re (incl_quote_pat, &incl_quote_re, 1,
770 if (xregexec (&incl_quote_re, pz_incl_quot, 1, p_re_match, 0) != 0)
1279 if (xregexec (&incl_quote_re, pz_curr_data, 1, &match, 0) == 0)
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c96 regex_t incl_quote_re; variable
493 memset ( (void*)&incl_quote_re, '\0', sizeof (regex_t) );
495 compile_re (incl_quote_pat, &incl_quote_re, 1,
808 if (regexec (&incl_quote_re, pz_incl_quot, 1, p_re_match, 0) != 0)
1315 if (regexec (&incl_quote_re, pz_curr_data, 1, &match, 0) == 0)

Completed in 128 milliseconds