Searched refs:squote (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/lib/libc/gen/ |
| H A D | wordexp.c | 256 int dquote, level, quote, squote; in we_check() local 258 quote = squote = dquote = 0; in we_check() 266 squote ^= 1; in we_check() 269 if (quote + squote == 0) in we_check() 273 if (quote + squote == 0 && flags & WRDE_NOCMD) in we_check() 283 if (quote + squote + dquote == 0) in we_check() 289 else if (quote + squote == 0 && c == '(') { in we_check() 304 } else if (quote + squote == 0 && c == '{') { in we_check() 325 if (quote + squote + dquote != 0) in we_check()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | argv.c | 180 int squote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 233 else if (squote) in buildargv() 237 squote = 0; in buildargv() 259 squote = 1; in buildargv()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | argv.c | 180 int squote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 233 else if (squote) in buildargv() 237 squote = 0; in buildargv() 259 squote = 1; in buildargv()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | argv.c | 180 int squote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 233 else if (squote) in buildargv() 237 squote = 0; in buildargv() 259 squote = 1; in buildargv()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | argv.c | 180 int squote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 233 else if (squote) in buildargv() 237 squote = 0; in buildargv() 259 squote = 1; in buildargv()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | histexpand.c | 910 int i, r, l, passc, cc, modified, eindex, only_printing, dquote, squote, flag; in history_expand() local 974 squote = history_quoting_state == '\''; in history_expand() 980 if (squote && history_quotes_inhibit_expansion) in history_expand() 983 squote = 0; in history_expand() 1077 squote = history_quoting_state == '\''; in history_expand() 1083 if (squote && history_quotes_inhibit_expansion) in history_expand() 1088 squote = 0; in history_expand() 1159 if (squote) in history_expand() 1161 squote = 0; in history_expand() 1179 else if (dquote == 0 && squote == 0 && history_quotes_inhibit_expansion == 0) in history_expand() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-perl.c | 1663 squote, in interpolate_keywords() enumerator 1858 state = squote; in interpolate_keywords() 1919 case squote: in interpolate_keywords()
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | authzone.c | 4393 int squote = 0, dquote = 0; in chunkline_count_parens() local 4396 if(squote && c != '\'') continue; in chunkline_count_parens() 4401 squote = !squote; /* skip quoted part */ in chunkline_count_parens() 4420 int squote = 0, dquote = 0; in chunkline_remove_trailcomment() local 4423 if(squote && c != '\'') continue; in chunkline_remove_trailcomment() 4428 squote = !squote; /* skip quoted part */ in chunkline_remove_trailcomment()
|