| /src/lib/libc/gen/ |
| wordexp.c | 256 int dquote, level, quote, squote; local 258 quote = squote = dquote = 0; 266 squote ^= 1; 269 if (quote + squote == 0) 273 if (quote + squote == 0 && flags & WRDE_NOCMD) 283 if (quote + squote + dquote == 0) 289 else if (quote + squote == 0 && c == '(') { 304 } else if (quote + squote == 0 && c == '{') { 325 if (quote + squote + dquote != 0)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| argv.c | 171 int squote = 0; local 211 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 224 && !squote 230 else if (squote) 234 squote = 0; 256 squote = 1;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| argv.c | 171 int squote = 0; local 211 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 224 && !squote 230 else if (squote) 234 squote = 0; 256 squote = 1;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| argv.c | 180 int squote = 0; local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 233 else if (squote) 237 squote = 0; 259 squote = 1;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| argv.c | 180 int squote = 0; local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 233 else if (squote) 237 squote = 0; 259 squote = 1;
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| argv.c | 171 int squote = 0; local 211 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 224 && !squote 230 else if (squote) 234 squote = 0; 256 squote = 1;
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| argv.c | 180 int squote = 0; local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) 233 else if (squote) 237 squote = 0; 259 squote = 1;
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-script.c | 773 int squote = 0; 787 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) 795 else if (squote) 798 squote = 0; 808 squote = 1; 772 int squote = 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 974 squote = history_quoting_state == '\''; 980 if (squote && history_quotes_inhibit_expansion) 983 squote = 0; 1077 squote = history_quoting_state == '\''; 1083 if (squote && history_quotes_inhibit_expansion) 1088 squote = 0; 1159 if (squote) 1161 squote = 0; 1179 else if (dquote == 0 && squote == 0 && history_quotes_inhibit_expansion == 0 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-script.c | 773 int squote = 0; 787 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) 795 else if (squote) 798 squote = 0; 808 squote = 1; 772 int squote = 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 974 squote = history_quoting_state == '\''; 980 if (squote && history_quotes_inhibit_expansion) 983 squote = 0; 1077 squote = history_quoting_state == '\''; 1083 if (squote && history_quotes_inhibit_expansion) 1088 squote = 0; 1159 if (squote) 1161 squote = 0; 1179 else if (dquote == 0 && squote == 0 && history_quotes_inhibit_expansion == 0 [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-perl.c | 1663 squote, enumerator in enum:parser_state 1683 * squote: a single-quote has been seen in state WAIT_QUOTE 1685 * wait_rbrace: closing quote has been seen in state DQUOTE or SQUOTE 1858 state = squote; 1919 case squote:
|
| /src/external/bsd/unbound/dist/services/ |
| authzone.c | 4420 int squote = 0, dquote = 0; local 4423 if(squote && c != '\'') continue; 4428 squote = !squote; /* skip quoted part */ 4447 int squote = 0, dquote = 0; local 4450 if(squote && c != '\'') continue; 4455 squote = !squote; /* skip quoted part */
|