Searched refs:in_quote (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/gmicro/
H A Dgmicro.c74 int in_quote = 0; local
84 if (!in_quote)
87 in_quote = 1;
93 if (in_quote)
96 in_quote = 0;
101 if (in_quote)
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c353 int in_quote; local
375 in_quote = (*s == '\'' || *s == '"');
376 sep = (in_quote) ? *s++ : ' ';
383 if (in_quote)
H A Dresrc.c188 int in_quote;
213 in_quote = (*s == '\'' || *s == '"');
214 sep = (in_quote) ? *s++ : ' ';
225 if (in_quote)
187 int in_quote; local
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c355 int in_quote; local
377 in_quote = (*s == '\'' || *s == '"');
378 sep = (in_quote) ? *s++ : ' ';
385 if (in_quote)
H A Dresrc.c206 int in_quote;
231 in_quote = (*s == '\'' || *s == '"');
232 sep = (in_quote) ? *s++ : ' ';
243 if (in_quote)
205 int in_quote; local

Completed in 107 milliseconds