Searched refs:quote (Results 1 - 25 of 93) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcfg4.C23 char quote; local
33 if (quote) {
34 if (quote == aChar) {
35 quote = 0;
38 quote = aChar;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dliterals-1.c20 # error /* { dg-bogus "error" "double quote in charconst" } */
24 # error quote /* { dg-bogus "quote" "quote in charconst" } */
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dchill.in28 # If next arg is the argument of an option, $quote is non-empty.
30 quote=
49 if [ x$quote != x ]
51 quote=
53 quote=
67 quote=$arg
119 if [ x$quote != x ]
121 echo "$0: argument to \`$quote' missing"
/haiku-buildtools/gcc/gcc/
H A Doptc-save-gen.awk36 print "#include " quote headers[i] quote
37 print "#include " quote "opts.h" quote
38 print "#include " quote "intl.h" quote
40 print "#include " quote "flags.h" quote
41 print "#include " quote "target.h" quote
[all...]
H A Doptc-gen.awk96 print "#include " quote headers[i] quote
97 print "#include " quote "opts.h" quote
98 print "#include " quote "intl.h" quote
99 print "#include " quote "insn-attr-common.h" quote
104 print "#include " quote extra_c_includes[i] quote
[all...]
H A Dopt-read.awk32 quote = "\042"
104 " { " quote string quote ", " value ", " val_flags \
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppspec.c102 int i, j, quote; local
111 if (quote == 1)
113 quote = 0;
134 quote = 1;
137 quote = 1;
144 quote = 1;
/haiku-buildtools/jam/
H A Dexecvms.c113 int quote = 0; local
118 if( *q == '"' && ( quote = !quote ) )
121 /* Back up to opening quote, if in one */
123 if( quote )
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c823 /* Re-create the command lines as a string, taking care to quote stuff. */
836 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
838 (quote) ? " \"" : " ");
841 (quote) ? "\"" : "");
911 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
913 (quote) ? " \"" : " ");
916 (quote) ? "\"" : "");
949 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
951 (quote) ? " \"" : " ");
954 (quote)
995 int quote; local
1041 int quote; local
1086 int quote; local
1127 int quote; local
1179 int quote; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c855 /* Re-create the command lines as a string, taking care to quote stuff. */
868 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
870 (quote) ? " \"" : " ");
873 (quote) ? "\"" : "");
959 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
961 (quote) ? " \"" : " ");
964 (quote) ? "\"" : "");
996 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
998 (quote) ? " \"" : " ");
1001 (quote)
1042 int quote; local
1088 int quote; local
1133 int quote; local
1174 int quote; local
1226 int quote; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dg++spec.c62 char *quote = NULL; local
107 if (quote)
109 quote = NULL;
153 quote = argv[i];
190 if (quote)
191 (*fn) ("argument to `%s' missing\n", quote);
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dspec802.d7 # #2: non-quote LOP in name.
H A Dspec803.d7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
H A Dspec804.d7 # #4: non-quote LOP in section length, high part.
H A Dspec805.d7 # #5: non-quote LOP in section length, low part.
H A Dspec806.d7 # #6: non-quote LOP in section vma, high part.
H A Dspec807.d7 # #7: non-quote LOP in section vma, low part.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dspec802.d7 # #2: non-quote LOP in name.
H A Dspec803.d7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
H A Dspec804.d7 # #4: non-quote LOP in section length, high part.
H A Dspec805.d7 # #5: non-quote LOP in section length, low part.
H A Dspec806.d7 # #6: non-quote LOP in section vma, high part.
H A Dspec807.d7 # #7: non-quote LOP in section vma, low part.
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djvspec.c137 char *quote = NULL; local
202 if (quote)
204 quote = NULL;
261 quote = argv[i];
266 quote = argv[i];
285 quote = argv[i];
331 if (quote)
332 (*fn) ("argument to `%s' missing\n", quote);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptolemy2.C27 #define quote(x) #x macro
28 #define ENTRY(verb) { quote(verb), &PTcl::verb }

Completed in 109 milliseconds

1234