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

/freebsd-11-stable/contrib/gcc/
H A Dintl.c32 const char *open_quote = "'"; variable
58 open_quote = _("`");
63 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
71 open_quote = "'";
78 open_quote = "\xe2\x80\x98";
H A Dintl.h58 extern const char *open_quote;
H A Dpretty-print.c257 open_quote, strlen (open_quote));
422 pp_string (pp, open_quote);

Completed in 166 milliseconds