Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Descape.go59 func shellUnsafeChar(r rune) bool { func
83 return r != ' ' && shellUnsafeChar(r)
97 if strings.IndexFunc(s, shellUnsafeChar) == -1 {