Searched refs:compile_re (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.c128 compile_re (cxxpat, &cxxre, 0, "contents check", "is_cxx_header");
185 compile_re( tCC* pat, regex_t* re, int match, tCC* e1, tCC* e2 ) function
222 compile_re (mn_label_pat, &mn_label_re, 1, "label pattern", who);
223 compile_re (pz_mn_name_pat, &mn_name_re, 1, "name pattern", who);
H A Dfixfixes.c281 compile_re (pz_pat, &re, 1, "format search-text", "format_fix" );
329 compile_re (pat, &re, 1, "macro pattern", "char_macro_use_fix");
414 compile_re (pat, &re, 1, "macro pattern", "fix_char_macro_defines");
592 compile_re( z_no_wrap_pat, &no_wrapping_re, 0, "no-wrap pattern",
679 compile_re (pz_pat, &re, 1, "gnu type typedef", "gnu_type_fix");
H A Dfixlib.h235 void compile_re ( tCC* pat, regex_t* re, int match, tCC *e1, tCC *e2 );
H A Dfixincl.c400 /* Make sure compile_re does not stumble across invalid data */
404 compile_re (incl_quote_pat, &incl_quote_re, 1,
436 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dfixlib.c129 compile_re (cxxpat, &cxxre, 0, "contents check", "is_cxx_header");
186 compile_re( tCC* pat, regex_t* re, int match, tCC* e1, tCC* e2 ) function
223 compile_re (mn_label_pat, &mn_label_re, 1, "label pattern", who);
224 compile_re (pz_mn_name_pat, &mn_name_re, 1, "name pattern", who);
H A Dfixfixes.c282 compile_re (pz_pat, &re, 1, "format search-text", "format_fix" );
330 compile_re (pat, &re, 1, "macro pattern", "char_macro_use_fix");
415 compile_re (pat, &re, 1, "macro pattern", "fix_char_macro_defines");
593 compile_re( z_no_wrap_pat, &no_wrapping_re, 0, "no-wrap pattern",
680 compile_re (pz_pat, &re, 1, "gnu type typedef", "gnu_type_fix");
H A Dfixlib.h236 void compile_re ( tCC* pat, regex_t* re, int match, tCC *e1, tCC *e2 );
H A Dfixincl.c459 /* Make sure compile_re does not stumble across invalid data */
463 compile_re (incl_quote_pat, &incl_quote_re, 1,
495 compile_re (p_test->pz_test_text, p_test->p_test_regex, 0,
/netbsd-6-1-5-RELEASE/usr.bin/sed/
H A Dcompile.c115 static char *compile_re(char *, regex_t **);
351 p = compile_re(p, &cmd->u.s->re);
460 compile_re(char *p, regex_t **repp) function
736 p = compile_re(p, &a->u.r);

Completed in 179 milliseconds