Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c47 char strChr; in deCommandLine_parse() local
63 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()