Searched refs:squote (Results 1 – 3 of 3) sorted by relevance
171 int squote = 0; in buildargv() local220 if (ISBLANK (*input) && !squote && !dquote && !bsquote) in buildargv()235 else if (squote) in buildargv()239 squote = 0; in buildargv()261 squote = 1; in buildargv()
509 int squote = 0; in setup_user_args() local531 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote) in setup_user_args()539 else if (squote) in setup_user_args()542 squote = 0; in setup_user_args()552 squote = 1; in setup_user_args()
298 BOOL squote = FALSE; in TrimCommand() local303 } else if (squote) { in TrimCommand()305 squote = FALSE; in TrimCommand()321 squote = TRUE; in TrimCommand()325 if (!escape && !dquote && !squote) { in TrimCommand()