| /src/external/bsd/tradcpp/dist/ |
| output.c | 107 bool inquote = false; local 112 if (!inquote && buf[pos] == '/' && buf[pos+1] == '*') { 144 } else if (!inquote && (buf[pos] == '"' || buf[pos] == '\'')) { 145 inquote = true; 147 } else if (inquote && buf[pos] == quote) { 148 inquote = false;
|
| output.c | 107 bool inquote = false; local 112 if (!inquote && buf[pos] == '/' && buf[pos+1] == '*') { 144 } else if (!inquote && (buf[pos] == '"' || buf[pos] == '\'')) { 145 inquote = true; 147 } else if (inquote && buf[pos] == quote) { 148 inquote = false;
|
| directive.c | 66 bool inquote = false; local 76 if (!inquote && s[0] == '/' && s[1] == '*') { 83 } else if (!inquote && 85 inquote = true; 87 } else if (inquote && s[0] == quote) { 88 inquote = false;
|
| files.c | 128 bool inquote = false; local 137 } else if (!inquote && i+1 < limit && 144 } else if (!inquote && (buf[i] == '"' || buf[i] == '\'')) { 145 inquote = true; 147 } else if (inquote && buf[i] == quote) { 148 inquote = false;
|
| directive.c | 66 bool inquote = false; local 76 if (!inquote && s[0] == '/' && s[1] == '*') { 83 } else if (!inquote && 85 inquote = true; 87 } else if (inquote && s[0] == quote) { 88 inquote = false;
|
| files.c | 128 bool inquote = false; local 137 } else if (!inquote && i+1 < limit && 144 } else if (!inquote && (buf[i] == '"' || buf[i] == '\'')) { 145 inquote = true; 147 } else if (inquote && buf[i] == quote) { 148 inquote = false;
|
| /src/usr.bin/make/ |
| str.c | 128 char inquote; local 148 inquote = '\0'; 156 if (inquote != '\0') { 157 if (inquote == ch) 158 inquote = '\0'; 162 inquote = ch; 164 if (word_start == NULL && str_p[1] == inquote) { 171 inquote = '\0'; 184 if (inquote != '\0') 207 if (expand && inquote != '\0') [all...] |
| str.c | 128 char inquote; local 148 inquote = '\0'; 156 if (inquote != '\0') { 157 if (inquote == ch) 158 inquote = '\0'; 162 inquote = ch; 164 if (word_start == NULL && str_p[1] == inquote) { 171 inquote = '\0'; 184 if (inquote != '\0') 207 if (expand && inquote != '\0') [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/ |
| dsaschema.c | 252 int inquote; local 270 for ( inquote = 0; *next; ) { 273 if ( inquote ) { 274 inquote = 0; 276 inquote = 1; 289 if ( ! inquote ) {
|
| dsaschema.c | 252 int inquote; local 270 for ( inquote = 0; *next; ) { 273 if ( inquote ) { 274 inquote = 0; 276 inquote = 1; 289 if ( ! inquote ) {
|
| /src/bin/sh/ |
| output.c | 188 inquote(const char *p) function 229 if (need_q && (p[0] == 0 || inquote(p) != 0)) { 246 if ((inq = inquote(p)) != 0)
|
| output.c | 188 inquote(const char *p) function 229 if (need_q && (p[0] == 0 || inquote(p) != 0)) { 246 if ((inq = inquote(p)) != 0)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| loongarch-coder.c | 260 bool inquote = false; local 264 inquote = !inquote; 265 else if (*args == ',' && !inquote)
|
| /src/external/gpl3/binutils/dist/gas/ |
| macro.c | 776 int inquote = 0, macro_line = 0; local 877 && (! inquote 886 || inquote) 890 (macro_strip_at && inquote) ? '@' : '\'', 930 inquote = !inquote;
|
| macro.c | 776 int inquote = 0, macro_line = 0; local 877 && (! inquote 886 || inquote) 890 (macro_strip_at && inquote) ? '@' : '\'', 930 inquote = !inquote;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| macro.c | 804 int inquote = 0, macro_line = 0; local 905 && (! inquote 914 || inquote) 918 (macro_strip_at && inquote) ? '@' : '\'', 958 inquote = !inquote;
|
| macro.c | 804 int inquote = 0, macro_line = 0; local 905 && (! inquote 914 || inquote) 918 (macro_strip_at && inquote) ? '@' : '\'', 958 inquote = !inquote;
|
| /src/bin/ksh/ |
| misc.c | 1082 int inquote = 0; local 1094 shprintf("%s", &"'\\'"[1 - inquote]); 1095 inquote = 0; 1097 if (!inquote) { 1099 inquote = 1; 1104 if (inquote)
|