| /src/lib/libc/gen/ |
| wordexp.c | 256 int dquote, level, quote, squote; local 258 quote = squote = dquote = 0; 265 if (quote + dquote == 0) 270 dquote ^= 1; 283 if (quote + squote + dquote == 0) 325 if (quote + squote + dquote != 0)
|
| /src/usr.sbin/rtadvd/ |
| advcap.c | 267 int dquote; local 269 dquote = 0; 273 if (!dquote) 287 dquote = (dquote ? 0 : 1);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| argv.c | 172 int dquote = 0; local 211 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 225 && (!dquote 241 else if (dquote) 245 dquote = 0; 260 dquote = 1;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| argv.c | 172 int dquote = 0; local 211 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 225 && (!dquote 241 else if (dquote) 245 dquote = 0; 260 dquote = 1;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| argv.c | 181 int dquote = 0; local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 244 else if (dquote) 248 dquote = 0; 263 dquote = 1;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| argv.c | 181 int dquote = 0; local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 244 else if (dquote) 248 dquote = 0; 263 dquote = 1;
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| argv.c | 172 int dquote = 0; local 211 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 225 && (!dquote 241 else if (dquote) 245 dquote = 0; 260 dquote = 1;
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| argv.c | 181 int dquote = 0; local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 244 else if (dquote) 248 dquote = 0; 263 dquote = 1;
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-script.c | 774 int dquote = 0; 787 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) 800 else if (dquote) 803 dquote = 0; 810 dquote = 1; 773 int dquote = 0; local
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| histexpand.c | 910 int i, r, l, passc, cc, modified, eindex, only_printing, dquote, squote, flag; local 973 dquote = history_quoting_state == '"'; 1009 dquote == 0 && 1020 /* DQUOTE won't be set unless history_quotes_inhibit_expansion 1023 double quote part of history_no_expand_chars when DQUOTE is 1025 else if (dquote && cc == '"') 1040 else if (dquote && string[i] == '\\' && cc == '"') 1048 dquote = 1 - dquote; 1050 else if (dquote == 0 && history_quotes_inhibit_expansion && string[i] == '\'' [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-script.c | 774 int dquote = 0; 787 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) 800 else if (dquote) 803 dquote = 0; 810 dquote = 1; 773 int dquote = 0; local
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| histexpand.c | 910 int i, r, l, passc, cc, modified, eindex, only_printing, dquote, squote, flag; local 973 dquote = history_quoting_state == '"'; 1009 dquote == 0 && 1020 /* DQUOTE won't be set unless history_quotes_inhibit_expansion 1023 double quote part of history_no_expand_chars when DQUOTE is 1025 else if (dquote && cc == '"') 1040 else if (dquote && string[i] == '\\' && cc == '"') 1048 dquote = 1 - dquote; 1050 else if (dquote == 0 && history_quotes_inhibit_expansion && string[i] == '\'' [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-perl.c | 1662 dquote, enumerator in enum:parser_state 1682 * dquote: a double-quote has been seen in state WAIT_QUOTE 1685 * wait_rbrace: closing quote has been seen in state DQUOTE or SQUOTE 1863 state = dquote; 1882 case dquote:
|
| /src/external/bsd/unbound/dist/services/ |
| authzone.c | 4420 int squote = 0, dquote = 0; local 4424 if(dquote && c != '"') continue; 4426 dquote = !dquote; /* skip quoted part */ 4447 int squote = 0, dquote = 0; local 4451 if(dquote && c != '"') continue; 4453 dquote = !dquote; /* skip quoted part */
|