Searched refs:_SHELL_QUOTABLE_CHARS (Results 1 – 1 of 1) sorted by relevance
38 _SHELL_QUOTABLE_CHARS = frozenset('[|&;()<> \t!{}[]=*?~$"\'\\#^') variable75 if c in _SHELL_QUOTABLE_CHARS: