Home
last modified time | relevance | path

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

/build/kati/
Dparser.go176 aline, _ := removeComment(concatline(line))
479 vline, _ := removeComment(concatline(data))
662 cline, _ = removeComment(cline)
719 data, _ = removeComment(data)
Dstrutil_test.go212 got, removed := removeComment([]byte(tc.in))
Dstrutil.go347 func removeComment(line []byte) ([]byte, bool) { func