Searched refs:separator (Results 1 - 25 of 32) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Ddirective.c22 # error Comments in directive is a separator /* { dg-bogus "error" } */
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dnosep.s2 ; This one should not treat a ";" as a line separator, not even
H A Dseparator.s7 ; nop # moveq 0,r10 -- a comment, not command separator
11 ; nop # moveq 2,r10 -- a comment, not command separator
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dnosep.s2 ; This one should not treat a ";" as a line separator, not even
H A Dseparator.s7 ; nop # moveq 0,r10 -- a comment, not command separator
11 ; nop # moveq 2,r10 -- a comment, not command separator
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr27531-1.c62 int separator; local
64 separator = ':';
69 separator = '-';
86 if (c == separator)
/haiku-buildtools/binutils/opcodes/
H A Ds390-dis.c173 char separator; local
179 separator = '\t';
189 val.u == 0 && separator == '(')
191 separator = ',';
203 info->fprintf_func (info->stream, "%c%%r%u", separator, val.u);
205 info->fprintf_func (info->stream, "%c%%f%u", separator, val.u);
207 info->fprintf_func (info->stream, "%c%%v%i", separator, val.u);
209 info->fprintf_func (info->stream, "%c%%a%u", separator, val.u);
211 info->fprintf_func (info->stream, "%c%%c%u", separator, val.u);
214 info->fprintf_func (info->stream, "%c", separator);
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Ds390-dis.c114 char separator; local
176 separator = 0;
187 value == 0 && separator == '(')
189 separator = ',';
193 if (separator)
194 (*info->fprintf_func) (info->stream, "%c", separator); local
213 separator = '(';
218 separator = ',';
221 separator = ',';
/haiku-buildtools/jam/
H A Dpathunix.c285 char *separator = strchr(path, PATH_DELIM); local
288 if (separator) {
289 componentLen = separator - path;
291 path = separator + 1;
/haiku-buildtools/autoconf/config/
H A Dannounce-gen289 my $separator = "*"x70 ."\n";
294 print $separator, $line, $separator;
/haiku-buildtools/gcc/gcc/ada/
H A Dgnathtml.pl691 local ($name, $suffix, $separator);
694 $separator = substr ($path, 0, 1);
695 return $path . $separator . $name;
/haiku-buildtools/autoconf/bin/
H A Dautom4te.in649 # $x, no separator given.
993 my $separator = "\n" . ('-' x 25) . " END OF WARNING " . ('-' x 25) . "\n\n";
995 ('_m4_warn' => "\$1::\$f:\$l::\$2::\$3$separator"));
997 for (split (/\n*$separator\n*/o, contents ("$tmp/warnings")))
/haiku-buildtools/binutils/gas/config/
H A Dtc-tilegx.c1165 int separator = (unsigned char)*input_line_pointer++; local
1167 if (is_end_of_line[separator] || (separator == '}'))
1172 else if (separator != ',')
1175 (char)separator, i + 1, opcode_name);
H A Dtc-tilepro.c1051 int separator = (unsigned char)*input_line_pointer++; local
1053 if (is_end_of_line[separator] || (separator == '}'))
1058 else if (separator != ',')
1061 (char)separator, i + 1, opcode_name);
H A Dtc-nios2.c54 /* This array holds machine specific line separator characters. */
3076 instance of the character pointed to by separator in argstr, and
3080 nios2_consume_separator (char *argstr, const char *separator)
3088 if (*separator == '(')
3089 p = strrchr (argstr, *separator);
3091 p = strchr (argstr, *separator);
3074 nios2_consume_separator(char *argstr, const char *separator) argument
/haiku-buildtools/gcc/contrib/
H A Dupdate-copyright.py218 self.separator = ' '
368 + canon_form + self.separator
/haiku-buildtools/gcc/libcpp/
H A Dexpr.c432 "digit separator after base indicator");
443 "digit separator after base indicator");
470 "digit separator adjacent to decimal point");
483 "digit separator adjacent to exponent");
497 "digit separator outside digit sequence");
566 "digit separator adjacent to exponent");
583 "digit separator outside digit sequence");
/haiku-buildtools/gcc/gcc/java/
H A Djcf-parse.c1381 const char *separator;
1396 if ((separator = strrchr (IDENTIFIER_POINTER (name), '$'))
1397 || (separator = strrchr (IDENTIFIER_POINTER (name), '.')))
1399 (separator
1377 const char *separator; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c6843 const char *fnname, *alias_name, *separator;
6869 separator = "";
6872 fprintf (asm_out_file, "%s%s", separator,
6874 separator = ", ";
7096 const char *separator;
7129 separator = "";
7132 fprintf (asm_out_file, "%s%s", separator,
7134 separator = ", ";
6809 const char *fnname, *alias_name, *separator; local
7062 const char *separator; local
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex2110 \setbox0=\hbox{#1 }% Add a normal word space as a separator;
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex2085 \setbox0=\hbox{#1 }% Add a normal word space as a separator;
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex2166 \setbox0=\hbox{#1 }% Add a normal word space as a separator;
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex2561 % separator; typically that is always in the input, anyway.
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex2134 \setbox0=\hbox{#1 }% Add a normal word space as a separator;
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex2752 % separator; typically that is always in the input, anyway.

Completed in 352 milliseconds

12