Searched refs:strChr (Results 1 – 1 of 1) sorted by relevance
47 char strChr; in deCommandLine_parse() local63 strChr = 0; in deCommandLine_parse()75 if (strChr != 0 && c == '\\') in deCommandLine_parse()86 else if (strChr != 0 && c == strChr) in deCommandLine_parse()89 strChr = 0; in deCommandLine_parse()91 else if (strChr == 0 && (c == '"' || c == '\'')) in deCommandLine_parse()94 strChr = c; in deCommandLine_parse()96 else if (c == ' ' && strChr == 0) in deCommandLine_parse()