Searched refs:EscapedChars (Results 1 – 1 of 1) sorted by relevance
597 static char EscapedChars[] = "$&+,/:;=?@ \"<>#%{}|\\^~[]`'"; variable607 while (EscapedChars[i]) { in is_reserved_char()608 if (c == EscapedChars[i]) { in is_reserved_char()