Searched refs:text_ce (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c1026 const char *text_cs = "", *text_ce = ""; local
1033 text_ce = colorize_stop (pp_show_color (pp));
1035 return build_message_string ("%s%s:%s ", text_cs, text, text_ce);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc1127 const char *text_cs = "", *text_ce = ""; local
1134 text_ce = colorize_stop (pp_show_color (pp));
1136 return build_message_string ("%s%s:%s ", text_cs, text, text_ce);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.c412 const char *text_cs = "", *text_ce = "";
419 text_ce = colorize_stop (pp_show_color (pp));
426 text_cs, text, text_ce);
410 const char *text_cs = "", *text_ce = ""; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.cc495 const char *text_cs = "", *text_ce = "";
502 text_ce = colorize_stop (pp_show_color (pp));
509 text_cs, text, text_ce);

Completed in 102 milliseconds