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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-lang.c117 int in_quotes = 0; local
152 if (in_quotes)
158 in_quotes = 0;
168 if (!in_quotes)
174 in_quotes = 1;
182 if (in_quotes)
H A Dada-valprint.c382 int in_quotes = 0;
419 if (in_quotes)
425 in_quotes = 0;
438 if (!in_quotes)
444 in_quotes = 1;
453 if (in_quotes)
381 int in_quotes = 0; local
H A Dobjc-lang.c342 int in_quotes = 0; local
383 if (in_quotes)
389 in_quotes = 0;
399 if (!in_quotes)
405 in_quotes = 1;
413 if (in_quotes)
H A Dp-lang.c102 pascal_one_char (int c, struct ui_file *stream, int *in_quotes) argument
109 if (!(*in_quotes))
111 *in_quotes = 1;
121 if (*in_quotes)
123 *in_quotes = 0;
137 int in_quotes = 0; local
138 pascal_one_char (c, stream, &in_quotes);
139 if (in_quotes)
146 int in_quotes = 0; local
147 pascal_one_char (c, stream, &in_quotes);
163 int in_quotes = 0; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c1328 bfd_boolean in_quotes = FALSE; local
1332 in_quotes = TRUE;
1347 in_quotes = ! in_quotes;
1366 else if (! in_quotes)

Completed in 100 milliseconds