Searched refs:dquote (Results 1 – 5 of 5) sorted by relevance
172 int dquote = 0; in buildargv() local220 if (ISBLANK (*input) && !squote && !dquote && !bsquote) in buildargv()246 else if (dquote) in buildargv()250 dquote = 0; in buildargv()265 dquote = 1; in buildargv()
265 int dquote; local267 dquote = 0;271 if (!dquote)284 dquote = (dquote ? 1 : 0);
510 int dquote = 0; in setup_user_args() local531 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()
297 BOOL dquote = FALSE; in TrimCommand() local306 } else if (dquote) { in TrimCommand()309 dquote = FALSE; in TrimCommand()318 dquote = TRUE; in TrimCommand()325 if (!escape && !dquote && !squote) { in TrimCommand()
1702 return $self->dquote($op);2623 return $self->dquote($op, $cx);3621 sub dquote {3631 sub pp_stringify { maybe_targmy(@_, \&dquote) }