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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dp-lang.c163 pascal_one_char (int c, struct ui_file *stream, int *in_quotes) argument
167 if (!(*in_quotes))
169 *in_quotes = 1;
179 if (*in_quotes)
181 *in_quotes = 0;
196 int in_quotes = 0; local
198 pascal_one_char (c, stream, &in_quotes);
199 if (in_quotes)
206 int in_quotes = 0; local
208 pascal_one_char (c, stream, &in_quotes);
227 int in_quotes = 0; local
[all...]
H A Dm2-lang.c112 int in_quotes = 0; local
147 if (in_quotes)
153 in_quotes = 0;
163 if (!in_quotes)
169 in_quotes = 1;
177 if (in_quotes)
H A Dobjc-lang.c357 int in_quotes = 0; local
398 if (in_quotes)
404 in_quotes = 0;
414 if (!in_quotes)
420 in_quotes = 1;
428 if (in_quotes)
H A Dada-valprint.c476 int in_quotes = 0;
513 if (in_quotes)
519 in_quotes = 0;
532 if (!in_quotes)
538 in_quotes = 1;
547 if (in_quotes)
475 int in_quotes = 0; local
H A Dc-lang.c391 int in_quotes = 0; local
506 if (in_quotes)
512 in_quotes = 0;
538 if (!in_quotes)
544 in_quotes = 1;
571 if (!in_quotes)
577 in_quotes = 1;
585 if (in_quotes)
591 in_quotes = 0;
605 if (in_quotes)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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 106 milliseconds