Searched refs:isGNUSpecial (Results 1 – 1 of 1) sorted by relevance
521 static bool isGNUSpecial(char C) { return strchr("\\\"\' ", C); } in isGNUSpecial() function542 if (I + 1 < E && Src[I] == '\\' && isGNUSpecial(Src[I + 1])) { in TokenizeGNUCommandLine()553 if (Src[I] == '\\' && I + 1 != E && isGNUSpecial(Src[I + 1])) in TokenizeGNUCommandLine()