Home
last modified time | relevance | path

Searched refs:dquote (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dargv.c172 int dquote = 0; in buildargv() local
220 if (ISBLANK (*input) && !squote && !dquote && !bsquote) in buildargv()
246 else if (dquote) in buildargv()
250 dquote = 0; in buildargv()
265 dquote = 1; in buildargv()
/mirbsd/src/usr.sbin/rtadvd/
Dadvcap.c265 int dquote; local
267 dquote = 0;
271 if (!dquote)
284 dquote = (dquote ? 1 : 0);
/mirbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-script.c510 int dquote = 0; in setup_user_args() local
531 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) in setup_user_args()
544 else if (dquote) in setup_user_args()
547 dquote = 0; in setup_user_args()
554 dquote = 1; in setup_user_args()
/mirbsd/src/gnu/usr.bin/lynx/src/
DHTInit.c297 BOOL dquote = FALSE; in TrimCommand() local
306 } else if (dquote) { in TrimCommand()
309 dquote = FALSE; in TrimCommand()
318 dquote = TRUE; in TrimCommand()
325 if (!escape && !dquote && !squote) { in TrimCommand()
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DDeparse.pm1702 return $self->dquote($op);
2623 return $self->dquote($op, $cx);
3621 sub dquote {
3631 sub pp_stringify { maybe_targmy(@_, \&dquote) }