Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go31 addIdents = new(identSet) var
41 flag.Var(addIdents, "a", "comma or whitespace separated list of identifiers to add")
153 if len(addIdents.idents) > 0 {
234 if len(addIdents.idents) > 0 || len(removeIdents.idents) > 0 {
243 for _, a := range addIdents.idents {
327 if len(addIdents.idents) == 0 && len(removeIdents.idents) == 0 && setString == nil {
Dbpmodify_test.go301 addIdents.Set(testCase.addSet)