Home | History | Annotate | Download | only in build

Lines Matching refs:quoted

218 			// users who have incorrectly quoted ~ while setting GOPATH,
221 // bash allows quoted ~ in $PATH (most shells do not).
847 quoted := spec.Path.Value
848 path, err := strconv.Unquote(quoted)
850 log.Panicf("%s: parser returned invalid quoted string: <%s>", filename, quoted)
1391 // quoted region, and are removed from the resulting substrings. If a quote in s
1407 quoted := false
1423 quoted = true
1427 if quoted || i > 0 {
1428 quoted = false
1437 if quoted || i > 0 {