Searched refs:InQuote (Results 1 – 1 of 1) sorted by relevance
298 char InQuote = ' '; in ExpandArgsFromBuf() local302 if (*P == '\0' || (isspace(*P) && InQuote == ' ')) { in ExpandArgsFromBuf()319 if (InQuote != ' ') in ExpandArgsFromBuf()325 if (InQuote == *P) in ExpandArgsFromBuf()326 InQuote = ' '; in ExpandArgsFromBuf()327 else if (InQuote == ' ') in ExpandArgsFromBuf()328 InQuote = *P; in ExpandArgsFromBuf()