Searched refs:close_quote (Results 1 – 4 of 4) sorted by relevance
35 const char *close_quote = "'"; variable61 close_quote = _("'"); in gcc_init_libintl()63 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'")) in gcc_init_libintl()79 close_quote = "\xe2\x80\x99"; in gcc_init_libintl()
59 extern const char *close_quote;
264 close_quote, strlen (close_quote)); in pp_base_format()535 pp_string (pp, close_quote); in pp_base_format()
32062 * intl.h (open_quote, close_quote): New.32063 * intl.c (open_quote, close_quote): New.