| /src/external/gpl3/gdb.old/dist/gdb/ |
| p-lang.h | 115 int in_quotes = 0; variable 117 print_one_char (ch, stream, &in_quotes); 118 if (in_quotes) 160 string. IN_QUOTES is reset to 0 if a char is written with #4 notation. */ 162 void print_one_char (int c, struct ui_file *stream, int *in_quotes) const;
|
| m2-lang.c | 164 int in_quotes = 0; 200 if (in_quotes) 203 in_quotes = 0; 213 if (!in_quotes) 216 in_quotes = 1; 224 if (in_quotes) 163 int in_quotes = 0; local
|
| p-lang.c | 152 int *in_quotes) const 156 if (!(*in_quotes)) 158 *in_quotes = 1; 168 if (*in_quotes) 170 *in_quotes = 0; 181 int in_quotes = 0; local 183 print_one_char (c, stream, &in_quotes); 184 if (in_quotes) 237 int in_quotes = 0; 292 if (in_quotes) 236 int in_quotes = 0; local [all...] |
| ada-valprint.c | 452 int in_quotes = 0; 490 if (in_quotes) 493 in_quotes = 0; 507 if (!in_quotes) 510 in_quotes = 1; 519 if (in_quotes) 451 int in_quotes = 0; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| p-lang.h | 115 int in_quotes = 0; variable 117 print_one_char (ch, stream, &in_quotes); 118 if (in_quotes) 160 string. IN_QUOTES is reset to 0 if a char is written with #4 notation. */ 162 void print_one_char (int c, struct ui_file *stream, int *in_quotes) const;
|
| m2-lang.c | 164 int in_quotes = 0; 200 if (in_quotes) 203 in_quotes = 0; 213 if (!in_quotes) 216 in_quotes = 1; 224 if (in_quotes) 163 int in_quotes = 0; local
|
| p-lang.c | 152 int *in_quotes) const 156 if (!(*in_quotes)) 158 *in_quotes = 1; 168 if (*in_quotes) 170 *in_quotes = 0; 181 int in_quotes = 0; local 183 print_one_char (c, stream, &in_quotes); 184 if (in_quotes) 237 int in_quotes = 0; 292 if (in_quotes) 236 int in_quotes = 0; local [all...] |
| ada-valprint.c | 452 int in_quotes = 0; 490 if (in_quotes) 493 in_quotes = 0; 507 if (!in_quotes) 510 in_quotes = 1; 519 if (in_quotes) 451 int in_quotes = 0; local
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| split_qnameval.c | 63 int in_quotes = 0; local 78 if (!in_quotes) 81 in_quotes = !in_quotes; 84 if (in_quotes) {
|
| dict_thash.c | 125 int in_quotes = 0; local 148 if (!in_quotes) 151 in_quotes = !in_quotes; 154 if (in_quotes) {
|
| mystrtok.c | 218 int in_quotes; local 220 for (in_quotes = 0, start = cp; *cp; cp++) { 225 in_quotes = !in_quotes; 226 } else if (!in_quotes && strchr(sep, *(unsigned char *) cp) != 0) {
|
| /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/ |
| nbdb_sniffer.c | 86 int in_quotes = 0; local 100 if (!in_quotes) 103 in_quotes = !in_quotes; 111 if (in_quotes)
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| fixlib.c | 338 int in_quotes; local 365 in_quotes = 0; 371 if (in_quotes) 387 /* Escape single quote and toggle in_quotes flag */ 388 in_quotes = !in_quotes; 394 if (in_quotes)
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| fixlib.c | 338 int in_quotes; local 365 in_quotes = 0; 371 if (in_quotes) 387 /* Escape single quote and toggle in_quotes flag */ 388 in_quotes = !in_quotes; 394 if (in_quotes)
|
| /src/external/gpl3/binutils/dist/gas/ |
| macro.c | 1329 bool in_quotes = false; local 1340 in_quotes = ! in_quotes; 1343 if (! in_quotes) 1362 else if (! in_quotes)
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| macro.c | 1368 bool in_quotes = false; local 1379 in_quotes = ! in_quotes; 1382 if (! in_quotes) 1401 else if (! in_quotes)
|
| /src/external/ibm-public/postfix/dist/src/postmap/ |
| postmap.c | 500 int in_quotes = 0; local 523 if (!in_quotes) 526 in_quotes = !in_quotes; 529 if (in_quotes) {
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-i386.c | 8278 bool in_quotes = false; 8291 while (in_quotes || paren_not_balanced || *l != ',') 8295 if (in_quotes) 8314 in_quotes = !in_quotes; 8315 else if (!in_quotes && !is_operand_char (*l) && !is_whitespace (*l)) 8322 if (!intel_syntax && !in_quotes) 15640 bool in_quotes = false; 15650 in_quotes = !in_quotes; 8274 bool in_quotes = false; local 15635 bool in_quotes = false; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-i386.c | 8112 bool in_quotes = false; 8125 while (in_quotes || paren_not_balanced || *l != ',') 8129 if (in_quotes) 8148 in_quotes = !in_quotes; 8149 else if (!in_quotes && !is_operand_char (*l) && !is_whitespace (*l)) 8156 if (!intel_syntax && !in_quotes) 15489 bool in_quotes = false; 15499 in_quotes = !in_quotes; 8108 bool in_quotes = false; local 15484 bool in_quotes = false; local [all...] |