Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDvis.c136 static const wchar_t char_shell[] = L"'`\";&<>()|{}]\\$!^~"; variable
385 for (s = char_shell; *s; *d++ = *s++) in makeextralist()