Home
last modified time | relevance | path

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

/freebsd/contrib/libc-vis/
H A Dvis.c132 static const wchar_t char_shell[] = L"'`\";&<>()|{}]\\$!^~"; variable
377 for (s = char_shell; *s; *d++ = *s++) in makeextralist()