Home
last modified time | relevance | path

Searched refs:close_quote (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dintl.c33 const char *close_quote = "'"; variable
65 close_quote = _("'"); in gcc_init_libintl()
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'")) in gcc_init_libintl()
85 close_quote = "\xe2\x80\x99"; in gcc_init_libintl()
H A Dintl.cc33 const char *close_quote = "'"; variable
65 close_quote = _("'"); in gcc_init_libintl()
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'")) in gcc_init_libintl()
85 close_quote = "\xe2\x80\x99"; in gcc_init_libintl()
H A Dselftest.c202 m_saved_close_quote = close_quote; in auto_fix_quotes()
204 close_quote = "'"; in auto_fix_quotes()
212 close_quote = m_saved_close_quote; in ~auto_fix_quotes()
H A Dselftest.cc216 m_saved_close_quote = close_quote; in auto_fix_quotes()
218 close_quote = "'"; in auto_fix_quotes()
226 close_quote = m_saved_close_quote; in ~auto_fix_quotes()
H A Dintl.h69 extern const char *close_quote;
H A Dpretty-print.c1136 close_quote, strlen (close_quote)); in pp_format()
1939 pp_string (pp, close_quote); in pp_end_quote()
H A Dpretty-print.cc1136 close_quote, strlen (close_quote)); in pp_format()
1939 pp_string (pp, close_quote); in pp_end_quote()
H A DChangeLog-200432062 * intl.h (open_quote, close_quote): New.
32063 * intl.c (open_quote, close_quote): New.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dintl.c33 const char *close_quote = "'"; variable
65 close_quote = _("'"); in gcc_init_libintl()
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'")) in gcc_init_libintl()
85 close_quote = "\xe2\x80\x99"; in gcc_init_libintl()
H A Dselftest.c202 m_saved_close_quote = close_quote; in auto_fix_quotes()
204 close_quote = "'"; in auto_fix_quotes()
212 close_quote = m_saved_close_quote; in ~auto_fix_quotes()
H A Dintl.h65 extern const char *close_quote;
H A Dpretty-print.c1136 close_quote, strlen (close_quote)); in pp_format()
1939 pp_string (pp, close_quote); in pp_end_quote()