Searched refs:incl_quote_re (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | fixincl.c | 96 regex_t incl_quote_re; variable 493 memset ( (void*)&incl_quote_re, '\0', sizeof (regex_t) ); in run_compiles() 495 compile_re (incl_quote_pat, &incl_quote_re, 1, in run_compiles() 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)
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | fixincl.c | 91 regex_t incl_quote_re; variable 461 memset (&incl_quote_re, '\0', sizeof (regex_t)); in run_compiles() 463 compile_re (incl_quote_pat, &incl_quote_re, 1, in run_compiles() 770 if (xregexec (&incl_quote_re, pz_incl_quot, 1, p_re_match, 0) != 0) in extract_quoted_files() 1279 if (xregexec (&incl_quote_re, pz_curr_data, 1, &match, 0) == 0) in test_for_changes()
|