Searched refs:dquote (Results 1 – 11 of 11) 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() 265 if (quote + dquote == 0) in we_check() 270 dquote ^= 1; in we_check() 283 if (quote + squote + dquote == 0) in we_check() 325 if (quote + squote + dquote != 0) in we_check()
|
/netbsd-src/usr.sbin/rtadvd/ |
H A D | advcap.c | 267 int dquote; in tskip() local 269 dquote = 0; in tskip() 273 if (!dquote) in tskip() 287 dquote = (dquote ? 0 : 1); in tskip()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | argv.c | 181 int dquote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 244 else if (dquote) in buildargv() 248 dquote = 0; in buildargv() 263 dquote = 1; in buildargv()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | argv.c | 181 int dquote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 244 else if (dquote) in buildargv() 248 dquote = 0; in buildargv() 263 dquote = 1; in buildargv()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | argv.c | 181 int dquote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 244 else if (dquote) in buildargv() 248 dquote = 0; in buildargv() 263 dquote = 1; in buildargv()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | argv.c | 181 int dquote = 0; in buildargv() local 218 if (ISSPACE (*input) && !squote && !dquote && !bsquote) in buildargv() 244 else if (dquote) in buildargv() 248 dquote = 0; in buildargv() 263 dquote = 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 973 dquote = history_quoting_state == '"'; in history_expand() 1009 dquote == 0 && in history_expand() 1025 else if (dquote && cc == '"') in history_expand() 1040 else if (dquote && string[i] == '\\' && cc == '"') in history_expand() 1048 dquote = 1 - dquote; in history_expand() 1050 else if (dquote == 0 && history_quotes_inhibit_expansion && string[i] == '\'') in history_expand() 1076 dquote = history_quoting_state == '"'; in history_expand() 1150 dquote = 1 - dquote; in history_expand() 1164 else if (dquote == 0 && history_quotes_inhibit_expansion) in history_expand() [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4523.txt | 934 ORAddress = dquote *SafeIA5Character dquote 935 SafeIA5Character = %x01-21 / %x23-7F / ; ASCII minus dquote 936 dquote dquote ; escaped double quote 937 dquote = %x22 ; '"' (double quote)
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-perl.c | 1662 dquote, in interpolate_keywords() enumerator 1863 state = dquote; in interpolate_keywords() 1882 case dquote: 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 4397 if(dquote && c != '"') continue; in chunkline_count_parens() 4399 dquote = !dquote; /* skip quoted part */ in chunkline_count_parens() 4420 int squote = 0, dquote = 0; in chunkline_remove_trailcomment() local 4424 if(dquote && c != '"') continue; in chunkline_remove_trailcomment() 4426 dquote = !dquote; /* skip quoted part */ in chunkline_remove_trailcomment()
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | autoconf.texi | 12611 @msindex{dquote} 26629 @c LocalWords: Aas Wcross sep args namespace undefine bpatsubst popdef dquote
|