HomeSort by: relevance | last modified time | path
    Searched defs:open_quote (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/autoconf/dist/lib/Autom4te/
FileUtils.pm 48 @EXPORT = qw (&open_quote &contents
56 =item C<open_quote ($file_name)>
63 # open_quote ($FILE_NAME)
68 sub open_quote($) subroutine
171 my $in = new IO::File ("< " . open_quote ($from));
363 my $f = new Autom4te::XFile "< " . open_quote ($file);
  /src/external/gpl3/gcc/dist/gcc/
intl.cc 30 const char *open_quote = "'"; variable
62 open_quote = _("`");
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
80 open_quote = "'";
84 open_quote = "\xe2\x80\x98";
  /src/external/gpl3/gcc.old/dist/gcc/
intl.cc 30 const char *open_quote = "'"; variable
62 open_quote = _("`");
75 if (!strcmp (open_quote, "`") && !strcmp (close_quote, "'"))
80 open_quote = "'";
84 open_quote = "\xe2\x80\x98";

Completed in 21 milliseconds