Searched refs:close_quote (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dintl.c35 const char *close_quote = "'"; variable
61 close_quote = _("'");
63 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
79 close_quote = "\xe2\x80\x99";
H A Dintl.h59 extern const char *close_quote;
H A Dpretty-print.c264 close_quote, strlen (close_quote));
535 pp_string (pp, close_quote);

Completed in 74 milliseconds